@-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(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 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);
  }
}
.hidden {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -99;
  opacity: 0;
}

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

.icon {
  width: 100%;
  max-width: 100%;
  height: 100px;
}

section {
  overflow-x: hidden !important;
}

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/bg1.jpg) center bottom no-repeat;
  background-size: cover;
  background-position-y: bottom;
  padding-left: 94px;
  padding-right: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .layer {
  position: absolute;
}
.header .layer.coin1 {
  width: calc(164px * 1.0);
  height: calc(145px * 1.0);
  background: url(../img/coin1.png) no-repeat;
  background-size: 100% 100%;
  bottom: 62px;
  left: 30%;
}
.header .layer.coin2 {
  width: calc(130px * 1.0);
  height: calc(145px * 1.0);
  background: url(../img/coin2.png) no-repeat;
  background-size: 100% 100%;
  top: 50px;
  left: 30%;
}
.header .layer.coin3 {
  width: calc(130px * .7);
  height: calc(145px * .7);
  background: url(../img/coin2.png) no-repeat;
  background-size: 100% 100%;
  z-index: 7;
  right: 112px;
  top: 62px;
}
.header .layer.bar {
  width: calc(1126px * 1.0);
  height: calc(890px * 1.0);
  background: url(../img/bar.png) no-repeat;
  background-size: 100% 100%;
  right: 58px;
  top: 148px;
}
.header .layer.flag {
  width: calc(860px * 1.0);
  height: calc(632px * 1.0);
  background: url(../img/ca.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  right: 0;
  z-index: 6;
}
.header .layer.character {
  width: calc(686px * 1.0);
  height: calc(543px * 1.0);
  background: url(../img/bear.png) no-repeat;
  background-size: 100% 100%;
  right: 573px;
  top: 29px;
}

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

.logo {
  max-width: 212px;
  margin-bottom: 64px;
}

h1 {
  margin: 0 0 84px 0;
  padding: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  padding: 0;
  line-height: 1;
  display: block;
}
h1 .color {
  color: #FAD514;
  display: block;
  font-size: 60px;
  line-height: 70px;
  margin-top: 80px;
}
h1 .lg {
  margin-bottom: 12px;
  font-size: 120px;
  line-height: 74px;
  display: block;
}

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

.btn {
  width: 242px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-size: 20px;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #EA5B0C;
  color: #fff;
  outline: none;
  border: 2px solid #EA5B0C;
  -webkit-animation: shadow 1s ease-in-out infinite;
          animation: shadow 1s ease-in-out infinite;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 48px;
}
.btn: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;
  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;
}
.terms .text {
  text-align: left;
  position: relative;
  top: -32px;
  border-radius: 18px;
  padding: 0 16px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.terms .text p {
  font-weight: 400;
  font-size: 12px;
  margin: 8px 0;
}
.terms .text ul {
  padding-left: 24px;
  margin: 0;
  margin-top: 16px;
  padding-bottom: 3px;
}
.terms .text li {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.terms a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.terms a .icon {
  width: 12px;
  height: 6px;
  margin-left: 6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.terms a.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.terms a.active ~ .text {
  background-color: rgba(250, 213, 20, 0.6);
  padding: 32px 16px 16px;
  max-height: 1000px;
  opacity: 1;
}

.steps {
  padding: 40px;
  padding-bottom: 40px;
  max-width: 1562px;
  margin-left: auto;
  margin-right: auto;
}
.steps .flex-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -66px;
  margin-right: -66px;
}
.steps .item-wrp {
  position: relative;
  padding-left: 66px;
  padding-right: 66px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps .item-wrp .arrow {
  width: 48px;
  height: 30px;
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -15px;
}
.steps .item-wrp .arrow svg {
  width: 48px;
  height: 30px;
}
.steps .item {
  background: #fff;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 28px;
  line-height: 32px;
  padding: 24px 8px;
}
.steps .item .red {
  color: #BB1A13;
}
.steps .item .blue {
  color: #195EC5;
}

.adv {
  position: relative;
  padding: 40px 0 80px;
}
.adv .flex-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adv .item {
  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;
  padding: 0 60px;
}
.adv .item:nth-child(1) .ico-wrp svg {
  width: 67px;
  height: 63px;
}
.adv .item:nth-child(2) .ico-wrp svg {
  width: 59px;
  height: 59px;
}
.adv .item:nth-child(3) .ico-wrp svg {
  width: 56px;
  height: 64px;
}
.adv .item:nth-child(4) .ico-wrp svg {
  width: 66px;
  height: 61px;
}
.adv .item .ico-wrp {
  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;
  min-width: 134px;
  max-width: 134px;
  height: 134px;
  border-radius: 50%;
  background: #BB1A13;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 9px solid #fff;
  margin-bottom: 16px;
}
.adv .item span {
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
}

@-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);
  }
}
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 9999;
  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;
}
.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;
}

@media (max-width: 1830px) {
  body {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }

  section {
    overflow-x: hidden;
  }

  .header {
    min-height: 0;
  }

  .header .layer.flag {
    width: calc(860px * .8);
    height: calc(632px * .8);
  }

  .header .layer.bar {
    width: calc(1126px * .8);
    height: calc(890px * .8);
  }

  .header .layer.character {
    width: calc(686px * .8);
    height: calc(543px * .8);
    right: 300px;
  }
}
@media (max-width: 1500px) {
  .header .layer.flag {
    width: calc(860px * .7);
    height: calc(632px * .7);
  }

  .header .layer.bar {
    width: calc(1126px * .6);
    height: calc(890px * .6);
  }

  .header .layer.character {
    width: calc(686px * .6);
    height: calc(543px * .6);
    top: 80px;
  }

  .content {
    z-index: 10;
    position: relative;
  }
}
@media (max-width: 1290px) {
  .steps .item-wrp .arrow svg {
    width: calc(48px * .6);
    height: calc( 30px * .6);
  }

  .steps .item-wrp .arrow {
    width: calc(48px * .6);
    height: calc( 30px * .6);
    right: -16px;
    margin-top: -5px;
  }

  .steps .item {
    font-size: 22px;
    line-height: 1.3;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .steps {
    padding-top: 0;
  }

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

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

  .header .layer.flag {
    width: calc(860px * .6);
    height: calc(632px * .6);
  }

  .header .layer.bar {
    width: calc(1126px * .5);
    height: calc(890px * .5);
  }

  .header .layer.character {
    width: calc(686px * .5);
    height: calc(543px * .5);
    top: 80px;
  }

  .logo {
    max-width: 180px;
    margin-bottom: 46px;
  }
  .logo .icon {
    height: 48px;
  }

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

  h1 .color {
    font-size: 48px;
    line-height: 1;
  }

  .header .layer.coin1 {
    left: 45%;
  }

  .header .layer.coin2 {
    left: 45%;
  }
}
@media (max-width: 1170px) {
  .adv .flex-wrp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .adv .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 50%;
    margin-bottom: 64px;
  }

  .header .layer.flag {
    width: calc(860px * .6);
    height: calc(632px * .6);
  }

  .header .layer.bar {
    width: calc(1126px * .45);
    height: calc(890px * .45);
  }

  .header .layer.character {
    width: calc(686px * .45);
    height: calc(543px * .45);
    top: 80px;
  }

  h1 .color {
    font-size: 32px;
  }

  h1 .lg {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 0;
  }

  .header {
    padding-left: 64px;
    padding-right: 64px;
  }

  .content {
    max-width: 330px;
  }
}
@media (max-width: 991px) {
  .steps .item {
    font-size: 16px;
  }

  .content {
    max-width: 100%;
  }

  .header .layer.bar {
    display: none;
  }

  .header .layer.character {
    display: none;
  }

  .header .layer.coin1 {
    left: 32px;
  }

  .header .layer.coin2 {
    display: none;
  }

  h1 .color {
    margin-top: 16px;
  }

  .header .layer.flag {
    width: calc(860px * .2);
    height: calc(632px * .2);
  }
}
@media (max-width: 767px) {
  .steps .flex-wrp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .steps {
    padding-bottom: 0;
  }

  .steps .item-wrp {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
  .steps .item-wrp .arrow {
    right: 50%;
    margin-right: -12px;
    top: auto;
    bottom: -32px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 577px) {
  .adv {
    padding-bottom: 8px;
  }

  .adv .item .ico-wrp {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border: 5px solid #fff;
  }

  .adv .item:nth-child(1) .ico-wrp svg {
    width: 40px;
    height: 37px;
  }
  .adv .item:nth-child(2) .ico-wrp svg {
    width: 35px;
    height: 35px;
  }
  .adv .item:nth-child(3) .ico-wrp svg {
    width: 33px;
    height: 38px;
  }
  .adv .item:nth-child(4) .ico-wrp svg {
    width: 39px;
    height: 36px;
  }

  .adv .item span {
    font-size: 18px;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
    background: url(../img/bg2.jpg) center bottom no-repeat;
    background-position: inherit !important;
    background-size: 100% 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 340px;
    min-height: 0;
  }

  .content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 50px;
  }
  h1 .color {
    margin-top: 32px;
  }
  h1 .lg {
    font-size: 56px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .btn {
    font-size: 18px;
    line-height: 52px;
    margin-bottom: 32px;
  }

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

  .header .layer.bar {
    display: none !important;
  }
  .header .layer.character {
    width: 383px;
    display: block !important;
    height: 340px;
    right: 50%;
    background: url(../img/ca-layer.png) no-repeat;
    background-size: 100% 100%;
    margin-right: -230px;
    bottom: 0;
    top: auto;
  }
  .header .layer.flag {
    display: none;
  }

  .header .layer.coin1 {
    left: -62px;
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
    bottom: 80%;
  }

  .header .layer.coin3 {
    top: auto;
    right: auto;
    left: -48px;
    bottom: 200px;
    width: calc(130px * 1);
    height: calc(145px * 1);
  }
}