@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
            box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
  }
  75% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
            box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
  }
  75% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
            box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes wolf1 {
  0% {
    top: 50%;
  }
  25% {
    top: 42%;
  }
  50% {
    top: 52%;
  }
  75% {
    top: 47%;
  }
  100% {
    top: 50%;
  }
}
@keyframes wolf1 {
  0% {
    top: 50%;
  }
  25% {
    top: 42%;
  }
  50% {
    top: 52%;
  }
  75% {
    top: 47%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes wolf2 {
  0% {
    top: 50%;
  }
  25% {
    top: 45%;
  }
  50% {
    top: 50%;
  }
  75% {
    top: 47%;
  }
  100% {
    top: 50%;
  }
}
@keyframes wolf2 {
  0% {
    top: 50%;
  }
  25% {
    top: 45%;
  }
  50% {
    top: 50%;
  }
  75% {
    top: 47%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes track {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes track {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
* {
  min-width: 0;
  font-size: 16px;
}

.hidden {
  display: none;
}

.icon {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  background: url(../img/bg1.jpg) center bottom no-repeat #000;
  background-size: cover;
  color: #fff;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

.brands {
  max-width: 100%;
  width: 100vw;
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1;
  overflow-x: hidden;
}
.brands .track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: track 30s linear infinite alternate;
          animation: track 30s linear infinite alternate;
}
.brands .track:active {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.brands .track .item {
  padding: 0 32px;
}

@-webkit-keyframes loaderanim {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: #EA5B0C;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@keyframes loaderanim {
  0% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  50% {
    background-color: #EA5B0C;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.layer {
  position: absolute;
}
.layer.item1 {
  width: calc(797px * 1.0);
  height: calc(851px * 1.0);
  background: url(../img/item1.png) no-repeat;
  background-size: 100% 100%;
  left: -40px;
  z-index: 2;
}
.layer.item2 {
  width: calc(810px * 1.0);
  height: calc(784px * 1.0);
  background: url(../img/item2.png) no-repeat;
  background-size: 100% 100%;
  right: -40px;
  z-index: 2;
}
.layer.title {
  position: static;
}
.layer.back {
  position: absolute;
  left: -60px;
  right: -60px;
  bottom: 0;
  height: 247px;
  background: url(../img/bg2.png) center bottom no-repeat;
  background-size: 100% 100%;
}
.layer.left {
  width: calc(458px * 1.0);
  height: calc(430px * 1.0);
  background: url(../img/left.png) center bottom no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.layer.right {
  width: calc(616px * 1.0);
  height: calc(411px * 1.0);
  background: url(../img/right.png) center bottom no-repeat;
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.layer.wolf {
  width: calc(916px * 1.0);
  height: calc(947px * 1.0);
  background: url(../img/wolf.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  z-index: 3;
  margin-top: calc(463px * -1.0);
}
.layer.wolf.wolf1 {
  left: -25%;
  -webkit-animation: wolf1 6s ease-in-out infinite;
          animation: wolf1 6s ease-in-out infinite;
}
.layer.wolf.wolf2 {
  right: -25%;
  -webkit-animation: wolf2 6s ease-in-out infinite;
          animation: wolf2 6s ease-in-out infinite;
}
.layer.light {
  width: calc(542px * 1.0);
  height: calc(1080px * 1.0);
  background: url(../img/light.png) center bottom no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -540px;
  -webkit-animation: blink 6s ease-in-out infinite;
          animation: blink 6s ease-in-out infinite;
  z-index: 1;
}
.layer.light.light1 {
  left: 0;
  -webkit-transform: scale(-1, 1) !important;
          transform: scale(-1, 1) !important;
}
.layer.light.light2 {
  right: 0;
}
.layer.ico1 {
  width: calc(377px * 1.0);
  height: calc(369px * 1.0);
  background: url(../img/img1.png) no-repeat;
  z-index: 2;
  left: 200px;
  bottom: 190px;
  background-size: 100% 100%;
}
.layer.ico2 {
  width: calc(408px * 1.0);
  height: calc(402px * 1.0);
  background: url(../img/img2.png) no-repeat;
  z-index: 2;
  background-size: 100% 100%;
  top: 70px;
  right: 200px;
}
.layer.coin1 {
  width: calc(81px * 1.0);
  height: calc(96px * 1.0);
  background: url(../img/coin1.png) no-repeat;
  z-index: 10;
  background-size: 100% 100%;
  top: 30%;
  left: 10%;
}
.layer.coin2 {
  width: calc(126px * 1.0);
  height: calc(154px * 1.0);
  background: url(../img/coin2.png) no-repeat;
  z-index: 10;
  background-size: 100% 100%;
  top: 79px;
  left: 25%;
}
.layer.coin3 {
  width: calc(84px * 1.0);
  height: calc(101px * 1.0);
  background: url(../img/coin3.png) no-repeat;
  z-index: 10;
  background-size: 100% 100%;
  top: 79px;
  right: 107px;
}
.layer.coin4 {
  width: calc(275px * 1.0);
  height: calc(264px * 1.0);
  background: url(../img/coin4.png) no-repeat;
  z-index: 10;
  background-size: 100% 100%;
  top: 70vh;
  right: 20%;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 99;
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader-wrapper .loader {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader-wrapper .logo {
  margin-right: -32px;
  margin-bottom: 64px;
}
.loader-wrapper .dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loader-wrapper .dots span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 8px;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.loader-wrapper .dots span:nth-child(1) {
  -webkit-animation: loaderanim 2s ease-in-out;
          animation: loaderanim 2s ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loader-wrapper .dots span:nth-child(2) {
  -webkit-animation: loaderanim 2s ease-in-out;
          animation: loaderanim 2s ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader-wrapper .dots span:nth-child(3) {
  -webkit-animation: loaderanim 2s ease-in-out;
          animation: loaderanim 2s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
}

.logo {
  max-width: 160px;
  height: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
}
.logo svg {
  width: 100%;
}

.container {
  padding-top: 60px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .logo {
  width: 160px;
  height: 42px;
}

.content {
  max-width: 587px;
  margin-left: auto;
  margin-right: auto;
  z-index: 6;
  position: relative;
}

.img-wrp {
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

h1 {
  text-transform: uppercase;
  font-size: 44px;
  text-align: center;
  margin-bottom: 60px;
  padding: 0;
  margin-top: 0;
  display: block;
  line-height: 44px;
  color: #fff;
}
h1 span {
  font-size: 80px;
  line-height: 75px;
  color: #FAD514;
  display: block;
  text-transform: uppercase;
}

.promo-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
}
.promo-code span {
  position: relative;
  padding: 7px 16px 5px;
  border-radius: 50px;
  margin-left: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(37, 170, 214, 0.6);
  cursor: pointer;
}
.promo-code span:hover {
  background-color: #25AAD6;
}
.promo-code span:before {
  position: absolute;
  content: "Copied!";
  left: 0;
  right: 0;
  color: #fff;
  line-height: 20px;
  top: -20px;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
}
.promo-code span.active {
  background-color: #FAD514;
}
.promo-code span.active:before {
  opacity: 1;
  visibility: visible;
  font-size: 12px;
}

.claim {
  display: block;
  width: 100%;
  max-width: 242px;
  text-decoration: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 0;
  color: #fff;
  border-radius: 60px;
  text-transform: uppercase;
  border: 2px solid #EA5B0C;
  background-color: #EA5B0C;
  text-align: center;
  -webkit-animation: shadow 1s ease-in-out infinite;
          animation: shadow 1s ease-in-out infinite;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 72px;
}
.claim:hover {
  -webkit-animation: none;
          animation: none;
  background: transparent;
  color: #FAD514;
  border-color: #FAD514;
  -webkit-box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
          box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
}

.terms {
  position: relative;
  text-align: center;
}
.terms p {
  font-size: 0px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 16px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: -32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.terms a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  z-index: 9;
  position: relative;
}
.terms a .icon {
  width: 12px;
  height: 6px;
  margin-left: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.terms a.active ~ p {
  font-size: 12px;
  max-height: 10000px;
  background-color: rgba(37, 170, 214, 0.7);
  opacity: 1;
  visibility: visible;
  padding: 40px 16px 16px;
}
.terms a.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1760px) {
  .layer.item1 {
    width: calc(797px * .6);
    height: calc(851px * .6);
    top: 50%;
    margin-top: -250px;
  }

  .layer.item2 {
    width: calc(810px * .6);
    height: calc(784px * .6);
    top: 50%;
    margin-top: -235px;
  }
}
@media (max-width: 1600px) {
  .img-wrp {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .img-wrp img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .layer.wolf {
    width: calc(916px * .7);
    height: calc(947px * .7);
    margin-top: -320px;
  }
  .layer.wolf.wolf1 {
    left: -320px;
  }
  .layer.wolf.wolf2 {
    right: -320px;
  }

  .layer.light {
    width: calc(542px * .7);
    height: calc(1080px * .7);
    top: auto;
    margin-top: 0;
    bottom: 0;
  }

  .layer.right {
    width: calc(616px * .7);
    height: calc(411px * .7);
  }

  .layer.left {
    width: calc(458px * .7);
    height: calc(430px * .7);
  }

  .layer.ico1 {
    width: calc(377px * .6);
    height: calc(369px * .6);
  }

  .layer.ico2 {
    width: calc(408px * .6);
    height: calc(402px * .6);
  }
}
@media (max-width: 1320px) {
  .layer.wolf {
    width: calc(916px * .5);
    height: calc(947px * .5);
    margin-top: -235px;
  }
  .layer.wolf.wolf1 {
    left: -235px;
  }
  .layer.wolf.wolf2 {
    right: -235px;
  }

  .layer.coin1 {
    width: calc(81px * .6);
    height: calc(96px * .6);
  }

  .layer.coin2 {
    width: calc(126px * .6);
    height: calc(154px * .6);
  }

  .layer.coin3 {
    width: calc(84px * .6);
    height: calc(101px * .6);
  }

  .layer.coin4 {
    width: calc(275px * .6);
    height: calc(264px * .6);
  }

  .layer.ico1 {
    left: 64px;
  }

  .layer.ico2 {
    right: 64px;
  }

  .container {
    padding-top: 24px;
  }

  h1 {
    font-size: 32px;
    line-height: 1;
  }
  h1 span {
    font-size: 57px;
    line-height: 1;
  }

  .container .logo {
    margin-bottom: 64px;
  }

  .claim {
    margin-bottom: 64px;
  }
}
@media (max-width: 1170px) {
  .layer.item1 {
    width: calc(797px * .5);
    height: calc(851px * .5);
    margin-top: -180px;
  }

  .layer.item2 {
    width: calc(810px * .5);
    height: calc(784px * .5);
    margin-top: -190px;
  }
}
@media (max-width: 991px) {
  .layer.item1 {
    width: calc(797px * .35);
    height: calc(851px * .35);
    margin-top: -180px;
  }

  .layer.item2 {
    width: calc(810px * .3);
    height: calc(784px * .35);
    margin-top: -190px;
  }

  .container .logo {
    max-width: 120px;
    margin-bottom: 32px;
  }

  .img-wrp {
    max-width: 240px;
    margin-bottom: 32px;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  h1 span {
    font-size: 38px;
  }

  .claim {
    margin-bottom: 32px;
  }

  .layer.light {
    width: calc(542px * .3);
    height: calc(1080px * .3);
  }

  .layer.wolf {
    width: calc(916px * .3);
    height: calc(947px * .3);
    margin-top: -130px;
  }
  .layer.wolf.wolf1 {
    left: -130px;
  }
  .layer.wolf.wolf2 {
    right: -130px;
  }

  .layer.left {
    width: calc(458px * .5);
    height: calc(430px * .5);
  }

  .layer.back {
    height: 120px;
  }

  .brands .track .item {
    padding: 0px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  .layer.ico1 {
    width: calc(377px * .3);
    height: calc(369px * .3);
    bottom: 130px;
  }

  .layer.ico2 {
    width: calc(408px * .4);
    height: calc(402px * .4);
  }

  .brands {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .layer.item2,
.layer.item1 {
    margin-top: 0;
    top: auto;
    bottom: 80px;
  }

  .layer.right {
    width: calc(616px * .4);
    height: calc(411px * .4);
  }

  .layer.left {
    width: calc(458px * .3);
    height: calc(430px * .3);
  }
}
@media (max-width: 577px) {
  .layer.right {
    width: calc(616px * .2);
    z-index: 3;
    height: calc(411px * .2);
  }

  .layer.left {
    width: calc(458px * .1);
    z-index: 3;
    height: calc(430px * .1);
  }

  .terms a.active ~ p {
    top: -12px;
    padding: 32px 6px 6px;
    left: -16px;
    right: -16px;
  }

  .layer.coin4 {
    z-index: 1;
  }

  .layer.coin1 {
    left: -16px;
  }

  .layer.back {
    z-index: 3;
  }

  .terms a {
    z-index: 13;
  }

  .terms a ~ p {
    position: absolute;
    z-index: 12;
  }

  .layer {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.item1 {
    display: none;
  }
  .layer.item2 {
    position: static;
    min-height: 275px;
    right: 0%;
    margin-right: 0px;
    z-index: 3;
  }

  .container {
    padding-bottom: 0px;
    max-height: 100vh;
  }

  .layer.coin3 {
    top: -16px;
    right: -16px;
  }

  .light {
    display: none;
  }

  .brands {
    position: absolute;
    bottom: 16px;
    z-index: 4;
  }

  .brands .track .item {
    width: 100px;
  }
  .brands .track .item img {
    max-width: 100%;
    height: auto;
  }

  .container .logo {
    width: 96px;
    height: 25px;
    margin-bottom: 16px;
  }

  .img-wrp {
    margin-bottom: 16px;
    max-width: 120px;
  }

  h1 {
    margin-bottom: 16px;
  }

  .promo-code span {
    padding: 0 8px;
  }

  .claim {
    max-width: 220px;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}