*, html {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #427090;
}

img {
  max-width: 100%;
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.canvas {
  width: 100%;
  height: 100%;
}

.fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("/TemplateData/icon-fullscreen.png") no-repeat center;
}

.loading {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 24px;
  display: none;
}

.loading__animation {
  width: 100px;
  height: 57px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

@media (min-width: 700px) {
  .loading__animation {
    width: 190px;
    height: 108px;
  }
}

.loading__logotype {
  width: 206px;
  height: 54px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

@media (min-width: 700px) {
  .loading__logotype {
    width: 350px;
    height: 92px;
  }
}

.progress {
  display: flex;
  overflow: hidden;
  background-color: rgb(255 255 255 / 14%);
  margin: 0 auto 38px auto;
  width: 210px;
  border-radius: 9999px;
  height: 14px;
}

.progress__bar {
  background-color: #ffffff;
  width: 0%;
  border-radius: 9999px;
  transition: width 200ms ease-out;
}

.loading__facts {
  display: block;
  margin: 0 auto;
  max-width: 580px;
  height: 56px;
  color: rgb(255 255 255 / 60%);
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 700px) {
  .loading__facts {
    font-size: 20px;
    line-height: 28px;
  }
}
