@font-face {
  font-family: 'Avenir Next Cyr';
  font-weight: 400;
  src: url("../fonts/AvenirNextCyr-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Avenir Next Cyr';
  font-weight: bold;
  src: url("../fonts/AvenirNextCyr-Bold.woff") format("woff");
}
p {
  line-height: 1.2;
  margin: 0 0 7px;
}
p:last-child {
  margin-bottom: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

img {
  max-width: 100%;
}

body {
  font-family: "Avenir Next Cyr";
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #ffffff url("../images/bg.jpg") no-repeat center;
  background-size: cover;
}

body,
html,
.wrapper {
  height: 100%;
}

/* Header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 30px 0 10px;
  position: relative;
  z-index: 10;
}
.header .logo-wrap {
  max-width: 64px;
  margin-right: 15px;
}
.header .progress-wrap {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#b5b5b5), to(#f0f0f0));
  background: linear-gradient(90deg, #b5b5b5 0%, #f0f0f0 100%);
  border: 2px solid #111111;
  padding: 1px 1px 1.2px 1px;
}
.header .progress-wrap::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1.2px;
  left: 1px;
  border-radius: 10px;
  background-color: #111111;
  z-index: 1;
}
.header .progress-wrap .progress {
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f53d1d), color-stop(39.66%, #f4a814), to(#77f414));
  background: linear-gradient(90deg, #f53d1d 0%, #f4a814 39.66%, #77f414 100%);
  border-radius: 8px 0 0 8px;
  position: relative;
  z-index: 2;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.header .progress-wrap .progress-star {
  position: absolute;
  width: 44px;
  height: 44px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.active-step-6 .header,
.active-step-7 .header {
  display: none;
}

/* Steps */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding: 0 10px 20px;
}
.step .step-content-wrap {
  width: 100%;
  position: relative;
  z-index: 5;
}
.step::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(43.62%, rgba(10, 10, 10, 0.91)), to(#181818));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 10, 10, 0.91) 43.62%, #181818 100%);
  z-index: 1;
}
.step .step-content {
  margin-bottom: 20px;
}
.step .step-content .step-title {
  text-align: center;
}
.step .step-content .step-title span {
  background: -webkit-gradient(linear, left bottom, left top, from(#e8c501), color-stop(36%, #eacb01), color-stop(84%, #f2dc01), to(#f6e402));
  background: linear-gradient(0deg, #e8c501 0%, #eacb01 36%, #f2dc01 84%, #f6e402 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.step.step-spin {
  padding: 0 5px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step.step-spin::before {
  height: 100%;
}
.step.step-spin .spin-logo {
  max-width: 84px;
  margin: 0 auto;
  position: absolute;
  bottom: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.step.step-spin .spin-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 7vh;
  padding-top: 60px;
}
.step.step-spin .spin-inner-wrap {
  position: relative;
  z-index: 3;
}
.step.step-spin .spin-inner-wrap::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.step.step-spin .spin-inner-wrap .winner-star-wrap {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 50;
  -webkit-transform: scale(0) translateY(-130px);
          transform: scale(0) translateY(-130px);
  opacity: 0;
}
.step.step-spin .spin-inner-wrap .winner-star-wrap.star-animate {
  -webkit-animation: starZoomIn 0.3s ease-in forwards;
          animation: starZoomIn 0.3s ease-in forwards;
}
.step.step-spin .spin-inner-wrap .winner-star-wrap .winner-star {
  width: 100%;
  height: 100%;
}
.step.step-spin .spin-inner-wrap .winner-star-wrap .winner-star svg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.step.step-spin .spin-inner-wrap .winner-star-wrap .winner-text {
  font-size: 40px;
  text-align: center;
  color: #111111;
  text-transform: uppercase;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.step.step-spin .spin-inner-wrap .spinner-arrow {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 25px;
  background: url("../images/spin-arrow.png") no-repeat center;
  background-size: cover;
  z-index: 4;
}
.step.step-spin .spin-inner-wrap .spinner-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 4;
}
.step.step-spin .spin-inner-wrap .spinner-text-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotation 3.5s ease-out forwards;
          animation: rotation 3.5s ease-out forwards;
}
.step.step-spin .spin-inner-wrap .spinner-text-inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.step.step-spin .spin-inner-wrap .spinner-text {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 110px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
  opacity: 0.7;
}
.step.step-spin .spin-inner-wrap .spinner-text.active {
  opacity: 1;
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(2n) {
  color: #BB3E06;
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(2n+1) {
  color: #f6e402;
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(36deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(36deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(72deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(72deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) rotate(108deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(108deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(5) {
  -webkit-transform: translate(-50%, -50%) rotate(144deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(144deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(6) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(180deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(7) {
  -webkit-transform: translate(-50%, -50%) rotate(216deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(216deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(8) {
  -webkit-transform: translate(-50%, -50%) rotate(252deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(252deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(9) {
  -webkit-transform: translate(-50%, -50%) rotate(288deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(288deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .spin-inner-wrap .spinner-text:nth-child(10) {
  -webkit-transform: translate(-50%, -50%) rotate(324deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(324deg) translateY(-110px) rotate3d(0, 0, 1, 90deg) scale(-1, -1);
}
.step.step-spin .step-spin-progress {
  width: 100%;
  padding: 0 40px 0 20px;
  position: relative;
  z-index: 11;
}
.step.step-spin .progress-spin-wrap {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#b5b5b5), to(#f0f0f0));
  background: linear-gradient(90deg, #b5b5b5 0%, #f0f0f0 100%);
  border: 2px solid #111111;
  padding: 1px 1px 1.2px 1px;
  margin: 0 auto;
}
.step.step-spin .progress-spin-wrap::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1.2px;
  left: 1px;
  border-radius: 10px;
  background-color: #111111;
  z-index: 1;
}
.step.step-spin .progress-spin-wrap .progress-spin {
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f53d1d), color-stop(39.66%, #f4a814), to(#77f414));
  background: linear-gradient(90deg, #f53d1d 0%, #f4a814 39.66%, #77f414 100%);
  border-radius: 8px 0 0 8px;
  position: relative;
  z-index: 2;
  -webkit-transition: width 3.5s linear;
  transition: width 3.5s linear;
}
.step.step-spin .progress-spin-wrap .progress-spin-star {
  position: absolute;
  width: 44px;
  height: 44px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.step.step-final {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step.step-final::before {
  height: 100%;
}
.step.step-final .final-content-wrap {
  margin-bottom: 10vh;
}
.step.step-final .final-content-inner-wrap {
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 16px;
  position: relative;
  z-index: 10;
}
.step.step-final .final-content-inner-wrap .final-logo {
     max-width: 136px;
    margin: -40px auto 33px;
}
.step.step-final .final-content-inner-wrap .final-title {
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#e8c501), color-stop(36%, #eacb01), color-stop(84%, #f2dc01), to(#f6e402));
  background: linear-gradient(0deg, #e8c501 0%, #eacb01 36%, #f2dc01 84%, #f6e402 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.step.step-final .final-content-inner-wrap .final-text {
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
}
.step.step-final .final-content-inner-wrap .final-text p {
  line-height: 1.4;
}
.step.step-final .final-content-inner-wrap .final-text span {
  background: -webkit-gradient(linear, left bottom, left top, from(#e8c501), color-stop(36%, #eacb01), color-stop(84%, #f2dc01), to(#f6e402));
  background: linear-gradient(0deg, #e8c501 0%, #eacb01 36%, #f2dc01 84%, #f6e402 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step.step-final .final-content-inner-wrap .final-icon {
  max-width: 58px;
  margin: 20px auto -40px;
}
.step.step-final .btn-wrap {
  position: relative;
  z-index: 10;
}

canvas,
.confetti-wrap {
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

/* Background */
.bg-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bg-wrap .bg {
  display: none;
  width: 100%;
  height: 100%;
}
.bg-wrap .bg .video-bg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: absolute;
}
.bg-wrap .bg.active {
  display: block;
}

/* Buttons */
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap .btn {
  width: 100%;
}

.btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 5px);
  height: 60px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.btn span {
  background: -webkit-gradient(linear, left bottom, left top, from(#e8c501), color-stop(36%, #eacb01), color-stop(84%, #f2dc01), to(#f6e402));
  background: linear-gradient(0deg, #e8c501 0%, #eacb01 36%, #f2dc01 84%, #f6e402 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 5;
}
.btn.btn-1 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #111111;
}
.btn.btn-1::before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -4px;
  left: -4px;
  background-size: 400%;
  z-index: -1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  -webkit-animation: glowing 20s linear infinite;
          animation: glowing 20s linear infinite;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  border-radius: 8px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Keyframes */
@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes starZoomIn {
  0% {
    -webkit-transform: scale(0) translateY(-130px);
            transform: scale(0) translateY(-130px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.25) translateY(-96px);
            transform: scale(0.25) translateY(-96px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5) translateY(-64px);
            transform: scale(0.5) translateY(-64px);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.75) translateY(-32px);
            transform: scale(0.75) translateY(-32px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes starZoomIn {
  0% {
    -webkit-transform: scale(0) translateY(-130px);
            transform: scale(0) translateY(-130px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.25) translateY(-96px);
            transform: scale(0.25) translateY(-96px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5) translateY(-64px);
            transform: scale(0.5) translateY(-64px);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.75) translateY(-32px);
            transform: scale(0.75) translateY(-32px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1008deg);
            transform: rotate(1008deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1008deg);
            transform: rotate(1008deg);
  }
}
/* Bottom Info Bar */
.bottom-info-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  font-size: 9px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  background-color: #000;
  padding: 4px 5px 4px;
  z-index: 10;
}

.is--iOs .btn.btn-1:before {
  -webkit-animation: none;
          animation: none;
}

@media (min-width: 1200px) {
  .step.step-spin .spin-wrap {
    max-width: calc(100% - 50px);
    width: 100%;
    margin: 0 auto 7vh;
  }

  .step.step-spin .spin-inner-wrap .spinner-text {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) and (orientation: landscape) {
  .step.step-spin .spin-wrap {
    max-width: calc(100% - 200px);
  }

  .step.step-spin .spin-inner-wrap .spinner-text {
    font-size: 15px;
    width: 120px;
    padding-right: 58px;
  }
}
@media (max-width: 600px) {
  .step.step-spin .spin-inner-wrap .spinner-text {
    padding-right: 10px;
  }

  .has-push .step {
    padding-bottom: 130px;
  }
}
@media (max-width: 400px) {
  .step.step-spin .spin-inner-wrap .spinner-text {
    padding-right: 30px;
  }
}
/* Screen 320px */
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */
/* Iphone 8/7/6S, Galaxy S5/S6/S7 */
@media (max-width: 400px) and (max-height: 570px) {
  .step.step-spin .spin-wrap {
    margin-bottom: 3vh;
  }

  .step.step-spin {
    padding-bottom: 20px;
  }

  .step.step-final {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* Iphone SE */
