@keyframes spring {
  0% {
    margin-top: -30px;
  }
  70% {
    margin-top: 30px;
  }
  100% {
    margin-top: -30px;
  }
}
* {
  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%;
}

.mountain-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url("../images/mountain-left.png") center no-repeat;
  background-size: cover;
  width: 387px;
  height: 344px;
}

.mountain-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url("../images/mountain-right.png") center no-repeat;
  background-size: cover;
  width: 414px;
  height: 275px;
}

.wolf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-945px, -410px);
  background: url("../images/Wolf.png") center no-repeat;
  background-size: cover;
  width: 547px;
  height: 555px;
  animation: spring 2.5s infinite;
}

.moon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(475px, -203px);
  background: url("../images/Moon.png") center no-repeat;
  background-size: cover;
  width: 395px;
  height: 390px;
  animation: spring 2.3s infinite;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  min-height: 100vh;
}
.container > div {
  width: 100%;
}

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

.brands {
  margin-bottom: 80px;
}
.brands__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.brands__col {
  padding: 0 20px;
}

.center {
  text-align: center;
  color: #ffffff;
  padding: 30px 30px 9vh;
}

.bonus__1 {
  font-size: 32px;
  line-height: 1.25;
  color: #ea5b0c;
  text-transform: uppercase;
}
.bonus__2 {
  line-height: 1;
  align-items: center;
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 40%;
  margin-top: 24px;
}

.get-code {
  margin-top: 8vh;
}
.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: #4bc9f3;
  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-color: rgba(37, 170, 214, 0.24);
}
.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 {
  margin-top: 48px;
}
.get-code__3 {
  margin-top: 48px;
  padding-top: 16px;
  position: relative;
}

.popup__terms {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  font-weight: 100;
  color: #ffffff;
  background: rgba(37, 170, 214, 0.6);
  width: 811px;
  padding: 44px 16px 16px 16px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 16px;
  display: none;
}

.popup__terms ul {
  list-style-position: unset !important;
  padding-left: 15px;
}

.popup__terms__li{
  font-weight: 800;
  font-family: "Roboto-bold", sans-serif;
}

.bonus{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1%;
}

.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 #ea5b0c;
}

.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);
}
.partner-only {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 3%;
  color: #ffffff;
  text-transform: uppercase;    
  padding: 10px 0 0;
}
.partner-only-mob {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.partner-logo {
  margin-bottom: 15px;
}

@media (max-width: 1705px) {
  .wolf {
    transform: translate(-877px, -310px);
    width: 479px;
    height: 448px;
  }

  .moon {
    transform: translate(447px, -203px);
    width: 327px;
    height: 318px;
  }

}
@media (max-width: 1400px) {
  .logo {
    text-align: center;
    margin-top: 32px;
  }

  .center {
    text-align: center;
    color: #ffffff;
    padding: 30px 30px 19vh;
  }

  .brands {
    margin-bottom: 40px;
  }

  .mountain-left {
    width: 270px;
    height: 240px;
  }

  .mountain-right {
    width: 290px;
    height: 192px;
  }

  .bonus__1 {
    font-size: 32px;
    line-height: 1.25;
  }
  .bonus__2 {
    font-size: 44px;
    margin-top: 16px;
  }



  .get-code__2 {
    margin-top: 24px;
  }
  .get-code__3 {
    margin-top: 24px;
    padding-top: 16px;
  }

  .popup__terms {
    width: 670px;
    margin-top: 27px;
  }

  .wolf {
    transform: translate(-685px, -310px);
    width: 382px;
    height: 388px;
  }

  .moon {
    transform: translate(345px, -163px);
    width: 282px;
    height: 276px;
  }

}

@media (max-height: 1500px) {
  .popup__terms {
    width: 800px;
    position: relative;
    margin-top: -2%;
    transform: translate(-50%);
  }
}

@media (max-width: 1025px) {
  @media (max-height: 812px) {
    .popup__terms {
      width: 524px;
      padding-top: 39px;
      margin-top: -3%;
    }
  }

  .get-code__3 {
    margin-top: 16px;
    padding-top: 16px;
  }

  .get-code{
    margin-top: 10vh;
  }

  .brands {
    margin-bottom: 40px;
  }
  .brands__item img {
    max-width: 168px;
    height: 37px;
  }

  .center {
    text-align: center;
    color: #ffffff;
    padding: 30px 30px 14vh;
  }

  .wolf {
    transform: translate(-500px, -100px);
    width: 308px;
    height: 292px;
  }

  .moon {
    transform: translate(235px, -45px);
    width: 264px;
    height: 261px;
  }

  .mountain-left {
    width: 230px;
    height: 202px;  
  }

  .mountain-right {
    width: 240px;
    height: 168px;
  }
}
@media (min-width: 769px) {
  .wolf-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .bonus__2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrapper {
    background-position: center top;
    background-size: auto;
  }

  .wolf-img {
    background: url("../images/Wolf-2x.png") center no-repeat;
    background-size: cover;
    width: 204px;
    height: 193px;
    margin: 0 auto -25px;
  }

  .mountain-left,
  .mountain-right {
    display: none;
  }

  .brands {
    margin-bottom: 25px;
  }

  .brands__col {
    padding: 0 15px;
  }

  .brands__item img {
    max-width: 134px;
    height: 22px;
  }

  .bonus__2 {
    line-height: 1.14;
    width: 95%;
  }

  .get-code__1__2 span {
    padding: 3px 16px;
  }
  .get-code__1__2 span:hover {
    background-color: rgba(255, 255, 255, 0.24);
  }
  .get-code__1__2 span.active {
    background-color: rgba(37, 170, 214, 0.24) !important;
  }

  .get-code {
    margin-top: 40px;
  }

  .get-code__2 {
    margin-top: 18px;
  }

  .get-code__3 {
    margin-top: 20px;
    padding-top: 8px;
  }

  .center {
    text-align: center;
    color: #ffffff;
    padding: 34px 30px 36px;
  }

  .wolf,
  .moon {
    display: none;
  }

  .popup__terms {
    width: 100%;
    position: relative;
    top: 8px;
    padding-top: 44px;
    margin-top: -5%;
  }

  .logo {
    margin-top: 18px;
  }

  .button-2 {
    font-size: 15px;
  }
  .partner-only {
    display: none;
  }
  .partner-only-mob {
    display: flex;
    margin-top: 14px;
    white-space: nowrap;
  }
  .partner-logo {
    width: 90px;
  }
}


@media (max-width: 546px) {
  .popup__terms{
    transform: translate(-50%) !important;
    margin-top: -9%;
  }
}

@media (max-width: 490px) {
  .wrapper{
    background-size: cover;
  }
}

@media (max-width: 400px) {
  .bonus__1 {
    font-size: 24px;
  }

  .bonus__2 {
    font-size: 35px;
  }

  .bonus{
    width: 100%;
  }
}

@media (max-width: 370px) {
  .popup__terms{
    transform: translate(-50%,-9%) !important;
  }
}

@media (max-width: 330px) {
  .get-code__1__1,
  .get-code__1__2 span {
    font-size: 17px;
  }
}
.str_wrap {
  background: transparent !important;
}
.str_wrap img {
  max-height: 30px !important;
}

/*# sourceMappingURL=styles.css.map */
