html {
  height: 100%;
}
body.in-maintenance {
  background-color: #fff;
  font-family: 'Larsseit-Thin', Arial, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.17vw;
  line-height: 1.76vw;
  color: #121517;
  height: 100%;
  padding: 0;
  margin: 0;
}
.i18n-ru body.in-maintenance {
  font-family: 'Roboto-Thin', Arial, sans-serif;
  font-weight: lighter;
}
.i18n-ja body.in-maintenance {
  font-weight: normal;
}
@media (max-width: 991px) {
  body.in-maintenance {
    font-size: 16px;
    line-height: 24px;
    font-size: 2.08vw;
    line-height: 3.13vw;
  }
}
@media (max-width: 767px) {
  body.in-maintenance {
    font-size: 16px;
    line-height: 24px;
  }
}
body.in-maintenance #page,
body.in-maintenance #container,
body.in-maintenance #main {
  height: 100%;
}
body.in-maintenance #content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 3.66vw;
  padding-bottom: 3.66vw;
  padding-left: 50px;
  padding-right: 50px;
  padding-left: 3.66vw;
  padding-right: 3.66vw;
}
@media (max-width: 991px) {
  body.in-maintenance #content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-top: 6.51vw;
    padding-bottom: 6.51vw;
  }
}
@media (max-width: 767px) {
  body.in-maintenance #content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 991px) {
  body.in-maintenance #content {
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 6.51vw;
    padding-right: 6.51vw;
  }
}
@media (max-width: 767px) {
  body.in-maintenance #content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  body.in-maintenance #content {
    justify-content: flex-start;
  }
}
body.in-maintenance #content svg,
body.in-maintenance #content img {
  margin-bottom: 20px;
}
