@keyframes spring {
  0% {
    margin-top: -20px;
  }
  70% {
    margin-top: 20px;
  }
  100% {
    margin-top: -20px;
  }
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: url("../images/bg.jpg") center no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
}

.orc {
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 77vh;
}
.partner-mob {
  display: none;
}
.cube {
  position: absolute;
  background: url("../images/cube.png") center no-repeat;
  background-size: cover;
  width: 13vw;
  height: 13vw;
  top: 39%;
  left: 47%;
  transform: translate(-43vw, -20vw);
  z-index: 1;
  animation: spring 3.5s infinite;
}
.logo-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5vw;
}
.partner {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 1.5vw;
}
.partner img {
  width: 166px;
  height: 52px;
  margin: 5px auto;
}
.logo {
  display: block;
}
.container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
}

.center {
  padding-top: 2.5vw;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.bonus__1 {
  font-size: 32px;
  line-height: 1.5;
  color: #ea5b0c;
  text-transform: uppercase;
}
.bonus__2 {
  font-size: 64px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.bonus__3 {
  font-size: 32px;
  line-height: 1;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.bonus__3 img {
  width: 342px;
  margin-left: 16px;
}
.bonus__4 {
  font-size: 32px;
  line-height: 1;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 2;
}
.get-code {
  padding-top: 4.5vw;
}
.get-code__1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.get-code__1__1 {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(37, 170, 214, 1);
  cursor: pointer;
}
.get-code__1__2 {
  padding-left: 16px;
}
.get-code__1__2 span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 80px;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 16px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}
.get-code__1__2 span:hover {
  background: rgba(37, 170, 214, 0.44);
}
.get-code__1__2 span::after {
  content: attr(attr-text);
  position: absolute;
  bottom: 100%;
  margin-bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  font-size: 12px;
  line-height: 1.67;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  opacity: 0;
}
.get-code__1__2 span.active::after {
  opacity: 1;
}
.get-code__2 {
  padding-top: 2.3vw;
}
.get-code__2__1 {
  margin-top: 20px;
}
.get-code__3 {
  padding-top: 3.3vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container > div {
  width: 100%;
}

.tenogo {
  text-align: center;
  margin-top: 48px;
}

.brands {
  position: absolute;
  bottom: 4.5vw;
}
.brands__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.brands__col {
  padding: 0 20px;
}
.popup__terms {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  text-align: center;
  color: #ffffff;
  background: rgba(37, 170, 214, 0.5);
  width: 640px;
  padding: 44px 16px 16px 16px;
  position: absolute;
  left: 50%;
  top: 2.5vw;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 16px;
  display: none;
}
.hammer {
  position: absolute;
  background: url("../images/hammer.png") center no-repeat;
  background-size: cover;
  width: 26vw;
  height: 26vw;
  top: 40%;
  left: 42%;
  transform: translate(-35vw, -1vw);
  z-index: 1;
  animation: spring 4.5s infinite;
}

.shield {
  position: absolute;
  background: url("../images/shield.png") center no-repeat;
  background-size: cover;
  width: 16vw;
  height: 16vw;
  top: 50%;
  left: 50%;
  transform: translate(30.5vw, -29vw);
  z-index: 1;
  animation: spring 4s infinite;
}

.button-1 {
  background: #ea5b0c;
  border-radius: 46px;
  padding: 18px 62px;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.3s;
}
.button-1:hover {
  box-shadow: 0px 0px 40px #c24909;
}

.button-2 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.67;
  padding-right: 20px;
  z-index: 2;
}
.button-2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -1px;
  background: url("../images/arrow.svg") center no-repeat;
  background-size: cover;
  width: 10px;
  height: 4px;
  transform: rotate(180deg);
  transition: 0.3s;
}
.button-2.open::after {
  transform: rotate(0deg);
}
.bonus__2_br_1 {
  display: block;
}
@media (max-height: 999px) {
  .center {
    padding-top: 7vh;
  }
  .get-code {
    padding-top: 7vh;
  }
  .brands {
    bottom: 1.5vw;
  }
  .popup__terms {
    position: relative;
    transform: translateY(-50%);
    left: auto;
    margin-bottom: 6vw;
  }
}

@media (max-width: 1750px) {
  .popup__terms{
    transform: translateY(-43%);
  }
}

@media (max-width: 1366px) {
  .popup__terms {
    transform: translateY(-43%);
  }
  .center {
    padding-top: 4.5vw;
  }
  .bonus__2 {
    font-size: 48px;
  }
  .get-code {
    padding-top: 4.5vw;
  }
  .brands {
    bottom: 4vw;
  }
  .orc {
    height: 42vw;
  }
  .hammer {
    width: 23vw;
    height: 23vw;
    transform: translate(-35vw, 2vw);
  }

  .shield {
    transform: translate(30.5vw, -31vw);
  }
}

@media (max-width: 1180px) {
  .popup__terms{
    transform: translateY(-36%);
  }
}

@media (max-width: 1024px) {
  .center {
    padding-top: 7.5vw;
  }
  .get-code {
    padding-top: 7.5vw;
  }
  .brands {
    bottom: 4vw;
  }
  .shield {
    transform: translate(31vw, -37vw);
  }
  .cube {
    transform: translate(-42vw, -29vw);
  }
  .hammer {
    transform: translate(-44vw, 10vw);
  }
  .brands__item img {
    max-width: 168px;
    height: 37px;
  }
  .popup__terms {
    transform: translateY(-38%);
  }
}

@media (max-width: 768px) {
  .logo-box {
    padding-top: 3vw;
  }
  .logo {
    width: 122px;
    height: 32px;
    object-fit: contain;
  }
  .logo img {
    width: 100%;
    height: 100%;
  }
  .bonus__1 {
    font-size: 18px;
  }
  .bonus__2 {
    font-size: 28px;
  }
  .bonus__2_2 {
    font-size: 18px;
  }
  .center {
    padding-top: 6.5vw;
  }
  .get-code {
    padding-top: 6.5vw;
  }
  .get-code__1__2 {
    padding-left: 8px;
  }
  .button-1 {
    padding: 13px 68px;
    font-size: 18px;
  }
  .cube {
    transform: translate(-44vw, -33vw);
  }

  .hammer {
    width: 33vw;
    height: 33vw;
    min-width: 33vw;
    min-height: 33vw;
    transform: translate(-48vw, 2vw);
  }
  .shield {
    transform: translate(35vw, -52vw);
  }
  .popup__terms {
    position: relative;
    transform: translateY(-30%);
    left: auto;
    margin-bottom: 6vw;
    max-width: 95%;
  }
  @media (min-height: 922px) {
    .center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -60%);
      padding: 0;
    }
    .popup__terms {
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.67;
      text-align: center;
      color: #ffffff;
      background: rgba(46, 69, 15, 0.56);
      width: 511px;
      padding: 44px 16px 16px 16px;
      position: absolute;
      left: 50%;
      top: 2.5vw;
      transform: translateX(-50%);
      z-index: 1;
      border-radius: 16px;
      display: none;
    }
    .hammer {
      transform: translate(-48vw, 10vw);
    }
  }
}
@media (max-width: 640px) {
  .wrapper {
    background: url("../images/bg_mob.png") center no-repeat;
    background-size: cover;
  }
  .shield,
  .hammer,
  .cube,
  .orc,
  .partner {
    display: none;
  }
  .bonus__1 {
    display: block;
    font-size: 28px;
  }
  .bonus__2 {
    font-size: 32px;
  }
  .bonus__3 {
    font-size: 18px;
  }
  .bonus__3 img {
    margin-left: 8px;
    width: 232px;
  }
  .bonus__4 {
    font-size: 18px;
  }
  .popup__terms {
    width: 90%;
    transform: translateY(-29%);
    margin-bottom: 11vw;
  }
  .logo-box {
    padding-top: 6vw;
  }
  .center {
    padding-top: 11.5vw;
  }

  .get-code {
    padding-top: 15.5vw;
  }
  .get-code__1__1 {
    font-size: 18px;
  }
  .get-code__1__2 span {
    font-size: 18px;
    padding: 3px 16px;
  }
  .get-code__2 {
    padding-top: 6.3vw;
  }
  .shield-mob {
    min-width: 0px;
    min-height: 0px;
    width: 20vw;
    height: 20vw;
    position: absolute;
    background: url("../images/shield.png") center no-repeat;
    transform: translate(0vw, -80vw);
    background-size: cover;
    z-index: 1;
    animation: spring 4s infinite;
    right: -10px;
  }
  .hammer-mob {
    width: 30vw;
    height: 30vw;
    transform: translate(-0vw, -35vw);
    position: absolute;
    background: url("../images/hammer.png") center no-repeat;
    background-size: cover;
    left: 0px;
    z-index: 1;
    animation: spring 4.5s infinite;
  }
  .button-2 {
    font-weight: 300;
    font-size: 16px;
  }
  .brands {
    bottom: 10vw;
  }
}
@media (max-width: 480px) {
  .wrapper {
    background: url("../images/bg_mob.png") center no-repeat;
    background-size: cover;
  }
  .shield,
  .hammer,
  .cube,
  .orc,
  .partner {
    display: none;
  }
  .bonus__1 {
    display: block;
    font-size: 18px;
  }
  .bonus__2 {
    font-size: 28px;
  }
  .bonus__3 {
    font-size: 14px;
  }
  .bonus__3 img {
    margin-left: 8px;
    width: 126px;
  }
  .bonus__4 {
    font-size: 14px;
  }
  .popup__terms {
    width: 90%;
    transform: translateY(-17%);
  }
  .logo-box {
    padding-top: 6vw;
  }
  .center {
    padding-top: 8vw;
  }

  .get-code {
    padding-top: 15.5vw;
  }
  .get-code__1__1 {
    font-size: 18px;
  }
  .get-code__1__2 span {
    font-size: 18px;
    padding: 3px 16px;
  }
  .get-code__2 {
    padding-top: 6.3vw;
  }
  .shield-mob {
    min-width: 0px;
    min-height: 0px;
    width: 15vw;
    height: 15vw;
    position: absolute;
    background: url("../images/shield.png") center no-repeat;
    background-size: cover;
    z-index: 1;
    animation: spring 4s infinite;
    right: -10px;
    transform: translate(-22vw, 27vw);
  }
  .hammer-mob {
    width: 30vw;
    height: 30vw;
    transform: translate(15vw, 12vw);
    position: absolute;
    background: url("../images/hammer.png") center no-repeat;
    background-size: cover;
    left: 0px;
    z-index: 1;
    animation: spring 4.5s infinite;
  }
  .button-2 {
    font-weight: 300;
    font-size: 16px;
  }
  .brands {
    bottom: 10vw;
  }
  .img-mob {
    background-image: url("../images/rosh.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    background-size: auto 100%;
    width: 55vw;
    height: 47vw;
  }
  @media (max-height: 763px) {
    .popup__terms {
      margin-bottom: 14vw;
    }
    .shield {
      width: 40vw;
      height: 40vw;
    }
    .get-code {
      padding-top: 6.5vw;
    }
  }
}
@media (max-width: 320px) {
  .bonus__1 {
    font-size: 16px;
  }
  .get-code {
    padding-top: 3.5vw;
  }
  .popup__terms {
    transform: translateY(-11%);
  }
  .get-code__3 {
    padding-top: 12px;
    margin-bottom: 23vw;
  }
  .center {
    padding-top: 2.5vw;
  }
}
