@-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);
  }
}
@-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 coin1 {
  0% {
    top: 400px;
  }
  50% {
    top: 350px;
  }
  100% {
    top: 400px;
  }
}
@keyframes coin1 {
  0% {
    top: 400px;
  }
  50% {
    top: 350px;
  }
  100% {
    top: 400px;
  }
}
@-webkit-keyframes coin2 {
  0% {
    top: 11px;
  }
  50% {
    top: 32px;
  }
  100% {
    top: 11px;
  }
}
@keyframes coin2 {
  0% {
    top: 11px;
  }
  50% {
    top: 32px;
  }
  100% {
    top: 11px;
  }
}
@-webkit-keyframes coin3 {
  0% {
    top: 180px;
  }
  50% {
    top: 160px;
  }
  100% {
    top: 180px;
  }
}
@keyframes coin3 {
  0% {
    top: 180px;
  }
  50% {
    top: 160px;
  }
  100% {
    top: 180px;
  }
}
@-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;
  }
}
@-webkit-keyframes before {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 16px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes before {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 16px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes after {
  0% {
    top: 0;
  }
  50% {
    top: 22px;
  }
  100% {
    top: 0;
  }
}
@keyframes after {
  0% {
    top: 0;
  }
  50% {
    top: 22px;
  }
  100% {
    top: 0;
  }
}
* {
  min-width: 0;
  font-size: 16px;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  background: black;
  color: #fff;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.container {
  max-width: 1592px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  background: url(../img/bg1.jpg) center top no-repeat;
  background-size: cover !important;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hero .content {
  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;
  text-align: center;
  max-width: 536px;
}
.hero .logo {
  margin-bottom: 64px;
}
.hero h1 {
  margin: 0 0 64px;
  padding: 0;
  text-transform: uppercase;
  font-size: 32px;
}
.hero h1 .color {
  color: #FAD514;
  display: block;
  font-size: 42px;
  line-height: auto;
}
.hero h1 .lg {
  display: block;
  font-size: 50px;
}
.hero .wp {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 32px;
}
.hero .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;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 32px;
  z-index: 2;
}
.hero .promo-code span {
  position: relative;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 60px;
  padding: 0 16px;
  margin-left: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.hero .promo-code span:hover, .footer .promo-code span:hover {
color: rgba(255, 255, 255, 0.6);
}

.hero .promo-code span:before {
  position: absolute;
  content: "Copied!";
  left: 0;
  right: 0;
  top: -20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero .promo-code span.active {
  background: rgba(250, 213, 20, 0.8);
}
.hero .promo-code span.active:before {
  visibility: visible;
  opacity: 1;
}
.hero .terms {
  position: relative;
  margin-bottom: 64px;
}
.hero .terms p {
  position: relative;
  left: 0;
  right: 0;
  font-weight: 400;
  top: -36px;
  border-radius: 16px;
  margin: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
}
.hero .terms a {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  padding-right: 18px;
  color: #fff;
  z-index: 2;
  font-weight: 400;
  text-decoration: none;
}
.hero .terms a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../img/arrow.svg) no-repeat;
  top: 50%;
  margin-top: -3px;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero .terms a.active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero .terms a.active + p {
  padding: 44px 16px 16px 16px;
  max-height: 1000px;
  color: #fff;
  background: rgba(250, 213, 20, 0.45);
}
.hero .certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -32px;
  margin-right: -32px;
}
.hero .certificate .item {
  padding: 0 32px;
}
.hero .certificate .item:hover img {
  opacity: 0.5;
}
.hero .certificate a {
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hero .certificate img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button {
  text-decoration: none;
  color: #fff;
  border-radius: 60px;
  border: 2px solid #EA5B0C;
  background: #EA5B0C;
  font-size: 20px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 242px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shadow 1.5s ease-in-out infinite;
          animation: shadow 1.5s ease-in-out infinite;
  -webkit-box-shadow: 0px 0px 40px #ea5b0c;
          box-shadow: 0px 0px 40px #ea5b0c;
  margin-bottom: 48px;
  z-index: 2;
}
.button:hover {
  background: transparent;
  color: #FAD514;
  border-color: #FAD514;
  -webkit-box-shadow: 0px 0px 40px rgba(234, 91, 12, 0) !important;
          box-shadow: 0px 0px 40px rgba(234, 91, 12, 0) !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.partner a {
  padding: 8px 12px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #FF333A;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.partner a:hover {
  background-color: #00C4E6;
}
.partner a img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.layer {
  position: absolute;
  background-size: 100% 100%;
}
.layer.guys {
  width: 1280px;
  height: 1212px;
  background: url(../img/hero-before.png) no-repeat;
  right: 0;
  z-index: 2;
  top: -32px;
}
.layer.coin1 {
  width: 150px;
  height: 141px;
  left: 40%;
  top: 400px;
  background: url(../img/coin1.png) no-repeat;
  -webkit-animation: coin1 3s ease-in-out infinite;
          animation: coin1 3s ease-in-out infinite;
  z-index: 3;
}
.layer.coin2 {
  width: 272px;
  height: 227px;
  left: 866px;
  top: 11px;
  background: url(../img/coin2.png) no-repeat;
  -webkit-animation: coin2 3s ease-in-out infinite;
          animation: coin2 3s ease-in-out infinite;
  z-index: 1;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.layer.coin3 {
  width: 297px;
  height: 283px;
  right: 0;
  z-index: 1;
  top: 180px;
  background: url(../img/coin3.png) no-repeat;
  -webkit-animation: coin3 2s ease-in-out infinite;
          animation: coin3 2s ease-in-out infinite;
}

h2 {
  display: block;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 0;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
}

.steps .flex-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.steps .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 297px 56px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps .item:before {
  position: absolute;
  content: "";
  width: 50px;
  z-index: 5;
  height: 34px;
  background: url(../img/arrow1.svg) no-repeat;
  bottom: 47px;
  right: -30px;
  -webkit-animation: blink 3s ease-in infinite;
          animation: blink 3s ease-in infinite;
}
.steps .item:nth-child(2):before {
  -webkit-animation: blink 3s 3s ease-in infinite;
          animation: blink 3s 3s ease-in infinite;
}
.steps .item:last-child:before {
  content: none;
}
.steps .item .layer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
}
.steps .item .rocket {
  position: absolute;
  z-index: 4;
  bottom: auto;
  left: auto;
  right: auto;
}
.steps .item:nth-child(1) .layer {
  margin-left: -191px;
}
.steps .item:nth-child(1) .layer ~ img {
  right: 40px;
  top: 140px;
  margin: 0;
}
.steps .item:nth-child(2) .layer {
  margin-left: -143px;
}
.steps .item:nth-child(3) .layer {
  margin-left: -192px;
}
.steps .item:nth-child(3) .layer ~ img {
  left: 22px;
  margin: 0;
  top: 14px;
}
.steps .item .num {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 142px;
  color: #1C1C1E;
}
.steps .item .text {
  z-index: 3;
  position: relative;
  height: 128px;
  background: #fff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  color: #000;
}
.steps .item .promo-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  margin-bottom: -4px;
}
.steps .item .promo-code span {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  position: relative;
  padding: 7px 16px;
  margin-left: 5px;
  cursor: pointer;
  background: #25AAD6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50px;
  margin-right: 5px;
}

span#promo-code1:hover {
        color: rgba(255, 255, 255, 0.6);
}

.steps .item .promo-code span:before {
  position: absolute;
  left: 0;
  content: "Copied!";
  right: 0;
  top: -20px;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: inherit;
}
.steps .item .promo-code span.active {
  background: #FAD514;
}
.steps .item .promo-code span.active:before {
  opacity: 1;
  visibility: visible;
}
.steps .item .promo-code div {
  font-size: 18px;
  line-height: 32px;
}
.steps .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}
.steps .item p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.promotion {
  position: relative;
  padding-bottom: 108px;
}
.promotion:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 51px;
  width: calc(272px*.7);
  height: calc(227px*.7);
  background: url(../img/coin2.png) no-repeat;
  background-size: 100% 100%;
  -webkit-animation: before 2s ease-in-out infinite;
          animation: before 2s ease-in-out infinite;
}
.promotion:after {
  position: absolute;
  content: "";
  top: 0;
  right: 106px;
  width: calc(299px*.7);
  height: calc(293px*.7);
  background: url(../img/coin3.png) no-repeat;
  background-size: 100% 100%;
  -webkit-animation: after 2s ease-in-out infinite;
          animation: after 2s ease-in-out infinite;
}
.promotion .flex-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotion .flex-wrp .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 92px;
}
.promotion .flex-wrp .item h3 {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0;
  padding: 0;
}
.promotion .flex-wrp .item p {
  margin: 0;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #8E8E93;
  text-transform: none;
  font-weight: 400;
}
.promotion .flex-wrp .item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #fff;
}
.promotion .flex-wrp .item:nth-child(1):before {
  background: url(../img/ico1.png) center center no-repeat;
}
.promotion .flex-wrp .item:nth-child(2):before {
  background: url(../img/ico2.png) center center no-repeat;
}
.promotion .flex-wrp .item:nth-child(3):before {
  background: url(../img/ico3.png) center center no-repeat;
}
.promotion .flex-wrp .item:nth-child(4):before {
  background: url(../img/ico4.png) center center no-repeat;
}

.footer {
  padding: 143px 0;
  background: url(../img/bg2.jpg) center bottom no-repeat;
  background-size: 100%;
}
.footer .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;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 32px;
}
.footer .promo-code span {
  position: relative;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 60px;
  padding: 0 16px;
  margin-left: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.footer .promo-code span:before {
  position: absolute;
  content: "Copied!";
  left: 0;
  right: 0;
  top: -20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .promo-code span.active {
  background: rgba(250, 213, 20, 0.8);
}
.footer .promo-code span.active:before {
  visibility: visible;
  opacity: 1;
}
.footer .wb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
  text-transform: uppercase;
}
.footer .wb .sm {
  color: #fff;
  font-size: 32px;
}
.footer .wb .color {
  color: #FAD514;
  margin: 32px 0;
  font-size: 52px;
  line-height: 70px;
}
.footer .wb .color .lg {
  font-size: 78px;
  display: block;
  line-height: 74px;
}
.footer .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

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

.au .hero, .at .hero {
  background: url(../img/au-bg1.jpg) center bottom no-repeat;
  background-size: cover;
}
.au .layer.guys, .at .layer.guys {
  background: url(../img/au-guys.png) no-repeat;
  background-size: 100% 100%;
  width: 1169px;
  height: 986px;
  bottom: 0;
  top: auto;
}

.at .hero {
  background: url(../img/en-bg1.jpg) center bottom no-repeat;
  background-size: cover;
}
.at .layer.guys {
  background: url(../img/at-guys.png) no-repeat;
  background-size: 100% 100%;
}

.ca .hero {
  background: url(../img/ca-bg1.jpg) center bottom no-repeat;
  background-size: cover;
}
.ca .layer.guys {
  background: url(../img/ca-guys.png) no-repeat;
  background-size: 100% 100%;
  width: 1070px;
  height: 1024px;
  bottom: 0;
  top: auto;
}

.ie .hero {
  background: url(../img/ie-bg1.jpg) center bottom no-repeat;
  background-size: cover;
}
.ie .layer.guys {
  background: url(../img/ie-guys.png) no-repeat;
  background-size: 100% 100%;
  width: 1259px;
  height: 972px;
  bottom: 0;
  top: auto;
}

.en .hero {
  background: url(../img/en-bg1.jpg) center bottom no-repeat;
  background-size: cover;
}
.en .layer.guys {
  background: url(../img/en-guys.png) no-repeat;
  background-size: 100% 100%;
  width: 1029px;
  height: 899px;
  bottom: 5%;
  top: auto;
}

@media (max-width: 1600px) {
  .promotion .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    max-width: 1440px;
  }

  .layer.guys {
    width: calc(1280px * .7);
    height: calc(1212px * .7);
    background-size: 100% 100%;
    bottom: 0;
    top: auto;
  }

  .hero .logo {
    margin-bottom: 32px;
  }

  .hero .wp {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .hero h1 {
    margin-bottom: 32px;
  }

  .promotion .flex-wrp {
    margin-right: -16px;
  }

  .promotion .flex-wrp .item {
    padding-right: 16px;
  }

  .hero h1 .color {
    font-size: 35px;
  }

  .hero h1 .lg {
    font-size: 36px;
  }

  .layer.coin3 {
    width: calc(297px * .6);
    height: calc( 283px *.6);
    background-size: 100% 100%;
  }

  .layer.coin2 {
    width: calc(272px * .6);
    height: calc(227px * .6);
    background-size: 100% 100%;
  }

  .en .layer.guys {
    bottom: 0;
    width: calc(1029px*.7);
    height: calc(899px*.7);
  }

  .au .layer.guys,
.at .layer.guys {
    bottom: 0;
    width: calc(1169px*.7);
    height: calc(986px*.7);
  }

  .ca .layer.guys {
    bottom: 0;
    width: calc(1070px*.7);
    height: calc(1024px*.7);
  }

  .ie .layer.guys {
    bottom: 0;
    width: calc(1259px*.7);
    height: calc(972px*.7);
  }
}
@media (max-width: 1420px) {
  .steps .flex-wrp {
    margin-left: -16px;
    margin-right: -16px;
  }

  .steps .item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .steps .item .title, .steps .item .promo-code div, .steps .item .promo-code span {
    font-size: 16px;
  }

  .promotion .flex-wrp .item h3 {
    font-size: 24px;
  }

  .steps .item .promo-code span {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  h2 {
    font-size: 32px;
  }

  .steps .item:before {
    width: calc(50px * .6);
    height: calc(34px * .6);
    background-size: 100% 100%;
    right: -16px;
  }

  .steps .item:nth-child(3) .layer ~ img {
    width: 160px;
    height: auto;
  }

  .steps .item:nth-child(1) .layer ~ img {
    width: 120px;
    height: auto;
  }

  .steps .item .layer:not(.rocket) {
    margin: 0 auto !important;
    left: 0;
    right: 0;
    height: auto;
  }
}
@media (max-width: 1240px) {
  .footer {
    padding: 64px 0;
  }

  .steps .item .title, .steps .item .promo-code div, .steps .item .promo-code span {
    font-size: 18px;
    line-height: 21px;
  }

  .steps .item p {
    font-size: 15px;
  }

  .steps .item .text {
    height: 108px;
  }

  .steps .item:nth-child(3) .layer ~ img {
    top: 96px;
  }

  .steps .item:nth-child(1) .layer ~ img {
    right: 0;
  }

  .steps .item:nth-child(1) .layer {
    width: calc(395px * .7);
    height: calc(395px * .7);
    bottom: 60px;
  }

  .steps .item:nth-child(2) .layer {
    width: calc(366px*.7);
    height: calc(379px*.7);
    bottom: 60px;
  }

  .steps .item:nth-child(3) .layer {
    width: calc(385px*.7);
    height: calc(415px*.7);
    bottom: 60px;
  }

  .steps .item:nth-child(3) .layer ~ img {
    width: 120px;
    left: 64px;
  }

  .steps .item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .steps .item:before {
    width: calc(50px * .4);
    height: calc(34px * .4);
    right: -10px;
  }

  .steps .flex-wrp {
    margin-left: 0;
    margin-right: 0;
  }

  .layer.guys {
    width: calc(1280px * .5);
    height: calc(1212px * .5);
  }

  .layer.coin3 {
    width: calc(297px * .4);
    height: calc( 283px *.4);
    background-size: 100% 100%;
  }

  .hero .wp {
    font-size: 24px;
    line-height: 1;
  }

  .hero .logo {
    max-width: 120px;
  }
  .hero .logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .hero h1 .color {
    font-size: 36px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero h1 {
    margin-bottom: 32px;
  }

  .hero .promo-code {
    margin-bottom: 24px;
  }

  .hero .certificate {
    margin-left: -16px;
    padding-right: -16px;
  }

  .hero .certificate .item {
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 16px;
  }

  .hero .terms {
    margin-bottom: 24px;
  }

  .en .layer.guys {
    width: calc(1029px*.5);
    height: calc(899px*.5);
  }

  .au .layer.guys,
.at .layer.guys {
    width: calc(1169px*.5);
    height: calc(986px*.5);
  }

  .ca .layer.guys {
    width: calc(1070px*.5);
    height: calc(1024px*.5);
  }

  .ie .layer.guys {
    width: calc(1259px*.5);
    height: calc(972px*.5);
  }

  .steps .item .title, .steps .item .promo-code div, .steps .item .promo-code span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .partner {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .partner a {
    padding: 8px;
  }
  .partner a img {
    max-width: 100px;
  }

  .footer .wb {
    margin-bottom: 32px;
  }

  .footer .wb .sm {
    font-size: 24px;
  }

  .footer .wb .color .lg {
    font-size: 52px;
    line-height: 1;
  }

  .footer .wb .color {
    font-size: 48px;
    margin: 24px 0;
  }

  .promotion .flex-wrp .item h3 {
    font-size: 21px;
    line-height: 28px;
  }

  .promotion .flex-wrp .item p {
    font-size: 16px;
    line-height: 21px;
  }

  .steps .item .title {
    min-height: 46px;
  }

  .steps .item {
    padding-top: 180px;
  }

  .steps .item:nth-child(1) .layer {
    width: calc(395px * .5);
    height: calc(395px * .5);
    bottom: 74px;
  }

  .steps .item:nth-child(2) .layer {
    width: calc(366px*.5);
    height: calc(379px*.5);
    bottom: 60px;
  }

  .steps .item:nth-child(3) .layer {
    width: calc(385px*.5);
    height: calc(415px*.5);
    bottom: 60px;
  }

  .steps .item:nth-child(3) .layer ~ img {
    width: 80px;
    left: 15%;
    top: 64px;
  }

  .steps .item p {
    font-size: 13px;
  }

  .steps .item .title, .steps .item .promo-code div, .steps .item .promo-code span {
    font-size: 15px;
  }

  .steps .item .promo-code span {
    line-height: 1;
  }

  .steps .item:nth-child(2) .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .steps .item:nth-child(2) .title .promo-code {
    margin-bottom: 2px;
  }

  .steps .item .title, .steps .item .promo-code div, .steps .item .promo-code span {
    font-size: 13px;
  }

  .steps .item .num {
    font-size: 72px;
    left: 16px;
    top: 0;
  }

  .steps .item:nth-child(1) .layer ~ img {
    width: 64px;
    top: 82px;
  }

  .layer.coin2 {
    left: auto;
    right: 64px;
    width: calc(272px * .4);
    height: calc(227px * .4);
  }

  .layer.coin1 {
    width: calc(150px * .4);
    height: calc(141px * .4);
    background-size: 100% 100%;
    left: 50%;
  }

  .button {
    font-size: 16px;
    padding-top: 12px;
    line-height: 1;
    max-width: 180px;
    padding-bottom: 12px;
  }

  .layer.guys {
    width: calc(1280px * .4);
    height: calc(1212px * .4);
  }

  .hero .certificate .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 152px;
            flex: 0 0 152px;
    max-width: 152px;
  }

  .hero {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container {
    max-width: 767px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .hero .content {
    max-width: 320px;
  }

  .hero h1 {
    font-size: 21px;
  }

  .hero h1 .color {
    font-size: 24px;
  }
  .hero h1 .color .lg {
    font-size: 26px;
  }

  .hero .wp {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 21px;
  }

  .button {
    margin-bottom: 24px;
  }

  .en .layer.guys {
    width: calc(1029px*.4);
    height: calc(899px*.4);
  }

  .au .layer.guys,
.at .layer.guys {
    width: calc(1169px*.4);
    height: calc(986px*.4);
  }

  .ca .layer.guys {
    width: calc(1070px*.4);
    height: calc(1024px*.4);
  }

  .ie .layer.guys {
    width: calc(1259px*.4);
    height: calc(972px*.4);
  }

  .steps .item:nth-child(2) .title .promo-code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .steps .item .promo-code span {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .steps .item p {
    line-height: 1.3;
    text-align: center;
  }

  .at .promotion .flex-wrp .item h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .promotion .flex-wrp .item:before {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    background-size: 50% !important;
  }

  .promotion .flex-wrp .item h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .promotion .flex-wrp .item p {
    font-size: 14px;
    line-height: 18px;
  }

  .promotion .flex-wrp .item {
    padding-left: 48px;
  }

  .promotion {
    padding-top: 82px;
    padding-bottom: 32px;
  }
  .promotion:after {
    width: calc(299px*.3);
    height: calc(293px*.3);
  }
  .promotion:before {
    width: calc(272px*.4);
    height: calc(227px*.4);
  }

  .steps .item:before {
    content: none;
  }

  .steps .item {
    padding-left: 8px;
    padding-right: 8px;
  }

  section {
    padding: 32px 0;
  }

  h2 {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 24px;
  }

  .layer.guys {
    width: calc(1280px * .25);
    height: calc(1212px * .25);
  }

  .layer {
    -webkit-filter: blur(0) !important;
            filter: blur(0) !important;
  }

  .en .layer.guys {
    width: calc(1029px*.25);
    height: calc(899px*.25);
  }

  .au .layer.guys,
.at .layer.guys {
    width: calc(1169px*.25);
    height: calc(986px*.25);
  }

  .ca .layer.guys {
    width: calc(1070px*.25);
    height: calc(1024px*.25);
  }

  .ie .layer.guys {
    width: calc(1259px*.25);
    height: calc(972px*.25);
  }
}
@media (max-width: 577px) {
  .footer .wb .sm {
    font-size: 20px;
  }

  .footer .wb .color {
    line-height: 1;
    font-size: 24px;
  }
  .footer .wb .color .lg {
    line-height: 1;
    font-size: 28px;
  }

  .footer {
    padding-bottom: 120px;
  }

  .footer .button {
    max-width: 130px;
  }

  .promotion:before {
    left: -16px;
  }

  .promotion .flex-wrp {
    margin-right: 0;
  }

  .promotion .flex-wrp .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .steps .flex-wrp .item:before {
    content: "";
    width: 29px;
    height: 20px;
    right: 50%;
    margin-right: -15px;
    bottom: -64px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: none;
            animation: none;
  }

  .steps .flex-wrp .item:last-child {
    margin-bottom: 0;
  }
  .steps .flex-wrp .item:last-child:before {
    content: none;
  }

  .steps .item .num {
    left: 8px;
    top: 32px;
  }

  .steps .item:nth-child(3) .layer {
    bottom: 50px;
  }

  .steps .item:nth-child(1) .layer {
    bottom: 40px;
  }

  .steps .item:nth-child(3) .layer ~ img {
    top: 32px;
  }

  h2 {
    max-width: 330px;
    font-size: 28px;
    line-height: 42px;
  }

  .steps .item .title, .steps .item .promo-code div, .steps .item .promo-code span {
    font-size: 18px;
  }

  .steps .item .text {
    height: auto;
    padding: 12px 16px 16px;
  }

  .steps .item p {
    font-size: 16px;
    line-height: 24px;
  }

  .steps .flex-wrp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps .flex-wrp .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 88px;
  }

  .steps .item .title {
    min-height: 0;
  }

  .steps {
    z-index: 3;
    background: #000;
    margin-top: -2px;
  }

  .container {
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container > * {
    max-width: 100%;
  }

  .layer {
    -webkit-transform: none !important;
            transform: none !important;
  }

  .hero {
    background: url(../img/bg1-1.jpg) center bottom no-repeat;
    block-size: cover;
  }
  .hero .layer.coin3 {
    -webkit-animation: none;
            animation: none;
    right: auto;
    left: 0;
  }
  .hero .layer.coin2 {
    right: 0;
    top: 0;
    -webkit-animation: none;
            animation: none;
  }
  .hero .layer.coin1 {
    top: auto;
    bottom: 20%;
    left: 0;
    -webkit-animation: none;
            animation: none;
  }

  .layer.guys {
    right: 50%;
    bottom: 64px;
    margin-right: -160px;
    width: calc(327px*.9);
    height: calc(327px*.9);
  }

  .hero .terms {
    margin-bottom: 286px;
  }

  .hero .promo-code {
    margin-bottom: 12px;
  }

  .en .layer.guys {
    margin-left: -122px;
    bottom: 74px;
    left: 50%;
	display: none;
  }

  .au .layer.guys,
.at .layer.guys {
    bottom: 74px;
    left: 50%;
    margin-left: -149px;
  }

  .ca .layer.guys {
    bottom: 74px;
    left: 50%;
    margin-left: -149px;
  }

  .ie .layer.guys {
    bottom: 74px;
    left: 50%;
    margin-left: -180px;
  }

  .au .hero {
    background: url(../img/au-bg1.jpg) right bottom no-repeat;
    background-size: cover;
  }

  .au .layer.guys {
    display: none !important;
  }

  .au .hero .terms {
    margin-bottom: 24px !important;
  }

  .au .hero {
    position: relative;
    padding-bottom: 140px;
  }
  .au .hero:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 145px;
    height: 258px;
    background: url(../img/au-layer1.png) no-repeat;
  }
  .au .hero:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 124px;
    height: 282px;
    background: url(../img/au-layer2.png) no-repeat;
  }

  .au .hero .certificate {
    margin-left: 0;
    margin-right: 0;
    -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;
  }
  .au .hero .certificate .item {
    margin-bottom: 20px;
    padding: 0;
    max-width: 140px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }

  .at .footer .button {
    max-width: 220px;
  }

  .au .hero {
    background-position: center bottom;
  }
}
@media (max-width: 460px) {
  .hero .layer.coin3 {
    left: -32px;
    top: 240px;
    bottom: auto;
  }

  .footer .button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .layer.guys {
    width: calc(1280px * .18);
    height: calc(1212px * .18);
    bottom: 60px;
    margin-right: -115px;
    -webkit-transform: none !important;
            transform: none !important;
  }

  .en .layer.guys {
    width: calc(1029px*.2);
    height: calc(899px*.2);
    bottom: 74px;
    margin-right: 0;
    margin-left: -104px;
  }

  .au .layer.guys,
.at .layer.guys {
    width: calc(1169px*.2);
    height: calc(986px*.2);
    bottom: 64px;
    margin-right: 0;
    margin-left: -116px;
  }

  .ca .layer.guys {
    width: calc(1070px*.2);
    height: calc(1024px*.2);
    margin-right: 0;
    bottom: 74px;
    margin-left: -107px;
  }

  .ie .layer.guys {
    width: calc(1259px*.2);
    height: calc(972px*.2);
    margin-right: 0;
    bottom: 74px;
    margin-left: -125px;
  }

  .hero {
    padding-top: 12px;
  }

  .hero .terms {
    margin-bottom: 200px;
    z-index: 9;
  }

  .hero .content {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .hero .container {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .en .layer.guys, .ca .layer.guys, .nz .layer.guys {
    bottom: 32px;
  }
}
@media (max-width: 577px) {
  .footer .button {
    max-width: 160px;
  }
}
@media (max-width: 460px) {
  .footer {
    min-height: 0;
    background: url(../img/bg2-2.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 320px;
    position: relative;
  }
  .footer:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
