* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 24px;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 7px;
  }
  .main > .body > .tip > p:first-of-type {
    margin: 4.5rem 0 1.5rem 0 !important;
  }
  .main > .body > .tip > p:last-of-type {
    margin: 1.5rem 0 4.5rem 0 !important;
  }
  .main > .body > h3 {
    margin-top: 10% !important;
  }
  .main > .body > .more > a > button {
    margin-top: 25% !important;
  }
}

#telegram {
  display: none;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  border: #fbab40;
  width: 100%;
  height: 100vh;
  background-color: #242628;
  background-image: url(world.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-origin: padding-box;
}

.main > .body {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-style: normal;
}

.main > .body > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 6.5rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.main > .body > h3 {
  text-align: center;
  color: #ff9e40;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  margin: 1.5rem 0;
  line-height: 100%;
}

.main > .body > .tip > p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 0;
}

.main > .body > .tip > p:first-of-type {
  margin: 2.5rem 0 1rem 0;
}

.main > .body > .tip > p:last-of-type {
  margin: 1rem 0 2.5rem 0;
}

.main > .body > .tip > p.address {
  color: #f6821f;
  font-weight: 800;
  font-size: 2.5rem;
}

.main > .body > .tip > p > button {
  color: #080808;
  background: #f6821f;
  border-radius: 4px;
  border: none;
  padding: .25rem .5rem;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 1rem;
  line-height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.main > .body > .tip > p > button.normal {
  background: #12a800;
}

.main > .body > .tip > p > button.force {
  background: #a81200;
}

.main > .body > .control {
  display: flex;
  flex-direction: row;
}

.main > .body > .control > a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0 .5rem;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 100%;
}

.main > .body > .control > img {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 100%;
}

.main > .body > .control > a:first-of-type {
  margin-right: 2rem;
}

.main > .body > .more > a > button {
  background: #891289;
  border-radius: 4px;
  border: none;
  margin-top: 2rem;
  padding: 1.5rem 2.5rem;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.main > .foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.main > .foot > .copyright {
  color: rgba(255, 255, 255, .618);
  font-size: 1rem;
  font-weight: normal;
}
