*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #5A5A5A;
  text-align: center;
  overflow-x: hidden;
}
.container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  margin-bottom: 5%;
}
.body-wrapper {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.wrapper {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  margin-top: 270px;
  z-index: 100;
  padding: 20px;
}
.quest {
}
.logo {
  position: absolute;
  top: 15px;
  width: 240px;
  height: 240px;
  z-index: 100;
}
.main {
  width: 100%;
  margin-bottom: 25px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  display: block;
}
.number__img {
  width: 233px;
  margin-bottom: 20px;
}
.header__title {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  font-size: 47px;
  line-height: 115%;
  margin-bottom: 20px;
  color: #001E78;
}
.header__text {
  font-weight: 300;
  font-size: 26px;
  line-height: 115%;
  margin-bottom: 20px;
}
.quest-txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  padding: 0 5%;
}
button {
  width: 358px;
  height: 39px;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  background: #C80000;
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.19);
  border-radius: 35px;
  outline: none;
  border: none;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #FFFFFF;
}
#main2, #main3, #main4 {
  opacity: 0;
  position: absolute;
  top: 0;
}
#q2, #q3, #q4 {
  z-index: 30;
  top: 0%;
  left: 0%;
  transition: all linear 0.5s;
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: inline-block;
}
#final__txt {
  display: none;
}

@media (max-width: 570px) {
  html {
    overflow-x: hidden;
  }
  body {
  }
  .wrapper {
    margin-top: 0;
    background: none;
    border-radius: 0;
  }
  .body-wrapper {
    margin-top: 0px;
  }
  .container {
    padding: 0;
    margin-bottom: 30%;
  }
  .quest {
    width: 100% !important;
    background: none;
    border-radius: 0;
  }
  .header__title {
    font-weight: normal;
    font-size: 30px;
    line-height: 115%;
  }
  .header__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 115%;
  }
  .quest-txt {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
  }
  button {
    width: 212px;
    height: 39px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
  }
  .main {
    width: 100%;
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
  }
  .number__img {
    width: 124px;
  }

  .logo {
    position: absolute;
    width: 50px;
    height: 50px;
  }
}


}

@media (max-width: 375px) {

}
