@font-face {
  font-family: 'SBSansDisplay';
  src: url('./fonts/SBSansDisplay-Regular.eot');
  src:
          url('./fonts/SBSansDisplay-Regular.eot?#iefix') format('embedded-opentype'),
          url('./fonts/SBSansDisplay-Regular.woff2') format('woff2'),
          url('./fonts/SBSansDisplay-Regular.woff') format('woff'),
          url('./fonts/SBSansDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SBSansDisplayBold';
  src: url('./fonts/SBSansDisplay-Bold.eot');
  src:
          url('./fonts/SBSansDisplay-Bold.eot?#iefix') format('embedded-opentype'),
          url('./fonts/SBSansDisplay-Bold.woff2') format('woff2'),
          url('./fonts/SBSansDisplay-Bold.woff') format('woff'),
          url('./fonts/SBSansDisplay-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SBSansDisplayMedium';
  src: url('./fonts/SBSansDisplay-Medium.eot');
  src:
          url('./fonts/SBSansDisplay-Medium.eot?#iefix') format('embedded-opentype'),
          url('./fonts/SBSansDisplay-Medium.woff2') format('woff2'),
          url('./fonts/SBSansDisplay-Medium.woff') format('woff'),
          url('./fonts/SBSansDisplay-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SBSansDisplaySemibold';
  src: url('./fonts/SBSansDisplay-SemiBold.eot');
  src:
          url('./fonts/SBSansDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
          url('./fonts/SBSansDisplay-SemiBold.woff2') format('woff2'),
          url('./fonts/SBSansDisplay-SemiBold.woff') format('woff'),
          url('./fonts/SBSansDisplay-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html { box-sizing: border-box; font-size: 16px; height: 100%; }
*, *:before, *:after { box-sizing: inherit; }
body { height: 100%; }
body, h1, h2, h3, h4, h5, h6, p, ol, ul { margin: 0; padding: 0; font-weight: normal;  }
ol, ul { list-style: none; }
img { max-width: 100%; height: auto; display: block }


:root {
  font-family: SBSansDisplay, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;

  color: white;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
  margin: 0;
  display: flex;
  place-items: center center;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  background: #346aa3; background: linear-gradient(180deg, #4e4496 0%, #1a93b2 70%, #01bcc3 100%);
}
h1 {
  font-family: 'SBSansDisplaySemibold', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 8px;
}
h2{
  font-family: 'SBSansDisplay', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
}
p { text-align: center; font-size: 16px; line-height: 19px; margin-bottom: 15px}
#startARDiv {
  max-width: 393px;
  margin: 0 auto;
  padding: 36px 3.5rem 50px;
  text-align: left;
  /*height: 100%;*/
  width: 94%;
  z-index: 99;
  position: relative;
}
header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card {
  margin: 20px 0;
  background: rgba(0, 67, 121, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
#card { display: none; }
#instruction  li { font-size: 16px; line-height: 24px; display: flex }
#instruction  li img { width: 24px; height: 24px; margin-right: 8px }
#understandButton { margin-top: 24px; }

.logo {
  height: 48px;
  will-change: filter;
  transition: filter 300ms;
  margin-bottom: 30px;
}
.pobeda {
  width: 62px;
}
.btn{
  padding: 16px 10px;
  border-radius: 37px;
  border: none;
  cursor: pointer;
  font-family: 'SBSansDisplaySemibold', serif;
  color: white;
  display: block;
  width: 90%;
  margin-top: 3rem;
}
.btn-primary {
  background: #4f4697; border: 1px solid #049fe1;
}
.btn-primary:hover {
  background-color: #3f3683;
}
footer {
  font-family: 'SBSansDisplay', serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (min-width: 393px) and (max-width: 450px){
  #app { max-width: unset; background-size: 100% auto }
}

#unity-container {
  /*background: url("./assets/bg.jpg") no-repeat;*/
  /*background-position: center top;*/
}
#unity-loading-bar {
  padding: 70px 50px;
  background: rgba(8, 41, 51, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
#unity-loading-bar .pobeda {
  width: 80px;
  margin: 0 auto 50px;
}