@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
object,
embed {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* end style reset */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.progress-bar_percent {
  font-size: 4.44vh;
}

.loading_text {
  font-size: 5.74vh;
}

.main_block__starting {
  font-size: 2.78vh;
}

body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2vh;
  background-color: #000000;
  color: #FFFFFF;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.link:link {
  color: #F7BA2E;
}
.link:visited {
  color: #F7BA2E;
}
.link:hover {
  color: white;
}
.link:active {
  color: #F7BA2E;
}

.main {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("shell_background.jpg") no-repeat center/cover;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.main_container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25vh;
}
.main_img {
  margin: 0 auto;
}
.main_img .img {
  height: 36.4vh;
}
.main_bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.08vw 2.54vh 2.08vw;
  z-index: 10;
}
.main_bottom__left {
  display: flex;
  gap: 2.08vw;
  width: 39.5vw;
}
.main_bottom__right {
  display: flex;
  align-items: center;
  gap: 4.34vh;
}
.main .loading_text {
  text-transform: uppercase;
  padding-right: 1.57vh;
  position: relative;
}
.main .loading_text .dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.57vh;
}
.main .loading_logo {
  width: 6.5vh;
  animation: spin 4s ease-in-out infinite;
}
.main .logos .logo:first-child .img {
  width: 16.27vw;
}
.main .logos .logo:nth-child(2) .img {
  width: 12.86vw;
}
.main .logos .logo:last-child .img {
  width: 6.2vw;
}

.main_block .progress-bar {
  width: fit-content;
  margin: 0 auto;
}
.main_block .progress-bar_percent {
  margin-bottom: 0.4vh;
}
.main_block .progress-bar_percent .val {
  font-weight: bold;
}
.main_block .progress-bar_percent .symbol {
  font-weight: bold;
  margin-left: -1vh;
}
.main_block .progress-bar_line {
  width: 50vw;
  max-width: 1934px;
  position: relative;
  overflow: hidden;
  border-radius: 0.55vh;
  height: 0.74vh;
  background-color: rgba(255, 255, 255, 0.3);
}
.main_block .progress-bar_line .active {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  height: inherit;
  background-color: #FFFFFF;
  width: 43%;
}
.main_block .progress-bar_size {
  text-align: right;
  margin-top: 0.5vh;
}
.main_block .progress-bar_size span {
  margin-right: 0.23vh;
}
.main_block .progress-bar_size span:last-child {
  margin-right: 0;
}
.main_block .progress-bar_size .val {
  color: #F7BA2E;
}
.main_block__info {
  position: fixed;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 38vh;
  text-align: center;
}
.main_block__starting {
  position: fixed;
  margin-left: 50%;
  transform: translateX(-50%);
  padding-top: 37.8vh;
  text-align: center;
}
.main_block__notification {
  text-align: center;
  color: #FF4957;
}

.notification {
  max-width: 1800px;
  width: 80vw;
  margin: 0 auto;
  padding: 0.74vh 1.3vw;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 180%;
  border-radius: 0.55vh;
}
.notification_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.63vh;
}
.notification_text {
  flex: 1;
}
.notification.top {
  position: fixed;
  top: 1.45vh;
  left: 0;
  color: #F7BA2E;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.notification.mid {
  text-align: center;
  color: #FF4957;
  position: fixed;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 36vh;
  overflow-y: auto;
  max-height: 24vh;
}
.notification.message {
  position: fixed;
  top: 50vh;
  left: 0;
  color: #F7BA2E;
  margin-left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  max-width: 904px;
  width: 40vh;
}

.button.close {
  width: 3.7vh;
  height: 3.7vh;
  border-radius: 0.55vh;
  background-color: #E90000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 1.11vh;
}

.button.ok {
  width: 40vh;
  height: 5vh;
  border-radius: 0.55vh;
  background-color: #F7BA2E;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 1.11vh;
  font-size: 3vh;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 7vh;
}

.expandscreen {
  background: #000000;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.expandscreen.withback {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("shell_background_small.jpg") no-repeat center/cover;
}
.expandscreen_text {
  font-size: 3vh;
  text-align: center;
  width: 85%;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 7vh;
}
.expandscreen_logo {
  height: 28vh;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 22vh;
}
.expandscreen.expand, .expandscreen.expand_rb, .expandscreen.expand_lb, .expandscreen.expand_rt, .expandscreen.expand_lt {
  position: absolute;
  height: 9vh;
  width: 9vh;
}
.expandscreen.expand_lt {
  scale: -1 1;
  left: 10px;
  top: 10px;
}
.expandscreen.expand_rt {
  scale: 1 1;
  right: 10px;
  top: 10px;
  margin-left: auto;
}
.expandscreen.expand_lb {
  scale: -1 -1;
  left: 10px;
  bottom: 10px;
  margin-top: auto;
}
.expandscreen.expand_rb {
  scale: 1 -1;
  right: 10px;
  bottom: 10px;
  margin-top: auto;
  margin-left: auto;
}

.video_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: 1280px;
  overflow: hidden;
  pointer-events: none;
}

.video_overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.6;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  20% {
    transform: rotate(-270deg) scale(0.9);
  }
  40% {
    transform: rotate(-270deg) scale(1);
  }
  50% {
    transform: rotate(-230deg) scale(0.9);
  }
  60% {
    transform: rotate(-230deg) scale(1);
  }
  70% {
    transform: rotate(-190deg) scale(0.9);
  }
  80% {
    transform: rotate(-190deg) scale(1);
  }
  90% {
    transform: rotate(-150deg) scale(0.9);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
.wrapper {
  position: relative;
  /*margin: 1em auto 10px auto;*/
  text-align: center;
  min-width: 48px;
  width: 100%;
  /* height: 480px; / * initial height, will be dynamically adjusted at runtime */
  height: 100vh;
  /*max-width: 95%;*/
  display: block;
  align-items: center;
  justify-content: center;
}

.emscripten {
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  outline: none;
}

#canvas {
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#_canvas:not([fullscreen]) {
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.telegram-login-area {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  user-select: none;
  /** login button is hidden by default */
  display: none;
}

/*# sourceMappingURL=shell_style.css.map */
