@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(../fonts/mem5YaGs126MiZpBA-UN8rs-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}

p {
  line-height: 29px;
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
body::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 252, 0, 0)), color-stop(0.01%, rgba(249, 161, 229, 0)), color-stop(56%, rgba(255, 252, 0, 0.4)), color-stop(89.38%, #FFFC00));
  background: linear-gradient(180deg, rgba(255, 252, 0, 0) 0%, rgba(249, 161, 229, 0) 0.01%, rgba(255, 252, 0, 0.4) 56%, #FFFC00 89.38%);
  z-index: 1;
}
body.active-step-5::after {
  height: 100vh;
  background: rgba(255, 251, 0, 0.7);
}

body,
html,
.steps-wrap {
  height: 100%;
}

/* Header */
.header {
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  overflow: hidden;
}
.header .logo {
  width: calc(50% - 15px);
  background-color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: relative;
}
.header .logo img {
  max-width: 116px;
}
.header .logo::before {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  border-top: 30px solid transparent;
  border-left: 12px solid #171717;
  border-bottom: 30px solid transparent;
}
.header .header-geo {
  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% + 15px);
  padding: 7px 3px 7px 20px;
  min-height: 57px;
}
.header .header-geo .geo-icon {
  margin-right: 8px;
  margin-top: 4px;
}
.header .header-geo .geo-icon img {
  max-width: 16px;
}
.header .header-geo .geo-location {
  color: #555555;
  font-size: 12px;
}
.header .header-geo .geo-location .user-city {
  font-weight: 800;
  display: block;
}
.header .header-geo .geo-location .user-country {
  font-weight: 300;
  text-transform: uppercase;
}
.header.alt_header .geo-icon {
  position: relative;
}
.header.alt_header .geo-flag {
  font-size: 15px;
  position: absolute;
  top: 3px;
  left: 6px;
  border-radius: 50%;
}
.header.alt_header .geo-flag .flag-icon {
  border-radius: 50%;
  margin: 0;
  top: auto;
}
.location {
  /*position: absolute;*/
  /*top: 80px;*/
  /*left: 0;*/
  /*width: 100%;*/
  font-size: 18px;
  text-align: center;
  /*text-shadow: 0px 2px 3px rgba(0, 0, 0, 1), 0px -1px 2px rgba(0, 0, 0, 0.5);*/
  color: #222222;
  z-index: 10;
}
.location .numbers,
.location .city {
  font-weight: 700;
  color: #E64C3C;
}

@media (max-width: 335px) {
  .header.alt_header .geo-icon {
    display: none;
  }
  .location {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .header .logo,
  .header .header-geo {
    width: auto;
  }
}

/* Stepts */
.steps-wrap {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px;
}
.steps-wrap .step {
  text-align: center;
  position: relative;
  z-index: 10;
}
.steps-wrap .step .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
.steps-wrap .step .title .title-group {
  display: inline-block;
}
.steps-wrap .step.final-step .final-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.steps-wrap .step.final-step .separator {
  display: block;
  width: 100%;
  border: 2px dashed #000000;
  margin: 10px auto;
}
.steps-wrap .step.final-step p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color: #000;
  margin-top: 0.5em;
}
.steps-wrap .step.final-step .arrow-down-icon {
  width: 15px;
  height: 26px;
  background-color: #000;
  -webkit-mask-image: url(../img/arrow-down.svg);
  mask-image: url(../img/arrow-down.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: block;
  margin: 3vh auto 0;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.steps-wrap .step.final-step .block-btn {
  padding: 0 15px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/* Buttons */
.block-btns,
.block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5vh;
}
.block-btns .button,
.block-btn .button {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #7AD051;
  text-transform: uppercase;
  text-decoration: none;
  width: 40%;
  height: 65px;
  background-color: #222222;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.13);
  border-radius: 28px;
  border: 4px solid #fff;
  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;
  cursor: pointer;
}
.block-btns .button.button--no,
.block-btn .button.button--no {
  color: #E64C3C;
}
.block-btns .button.button--continue,
.block-btn .button.button--continue {
  color: #fff;
}
.block-btns .button:hover,
.block-btn .button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-btns .button .btn-icon,
.block-btn .button .btn-icon {
  width: 15px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url(../img/continue-icon.svg);
  mask-image: url(../img/continue-icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  margin-left: 15px;
}

.block-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-btn .button {
  width: 100%;
}

/* Progress Bar */
.progress-bar-wrap {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 5vh;
}
.progress-bar-wrap .progress-title {
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  color: #222222;
  margin: 0 auto 17px;
}
.progress-bar-wrap .progress-bar {
  display: block;
  width: 100%;
  height: 13px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.progress-bar-wrap .progress-bar .progress {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), #000000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #000000;
  -webkit-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
}

/* Preload */
.preload,
.preload-img:after,
.preload-img:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.active-step-1 .steps-wrap,
.preload-img.preload-img1 {
  background-image: url(../img/girl1.jpg);
}

.active-step-2 .steps-wrap,
.preload-img.preload-img2 {
  background-image: url(../img/girl2.jpg);
}

.active-step-3 .steps-wrap,
.preload-img.preload-img3 {
  background-image: url(../img/girl3.jpg);
}

.active-step-4 .steps-wrap,
.preload-img.preload-img4 {
  background-image: url(../img/girl4.jpg);
}

.active-step-5 .steps-wrap,
.preload-img.preload-img5 {
  background-image: url(../img/final-bg.jpg);
}

/* HasPush */
.has-push .steps-wrap {
  padding-bottom: 90px;
}

/* Unsubscribe */
.unsubscribe_unable .progress-bar-wrap {
  margin-bottom: 10px;
}

.unsubscribe {
  font-size: 11px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  height: 30px;
  z-index: 10;
}
.unsubscribe a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.unsubscribe a:hover {
  text-decoration: underline;
}

/* Style Bigofuck */
.style_bigofuck::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 221, 204, 0)), color-stop(0.01%, rgba(249, 161, 229, 0)), color-stop(56%, rgba(0, 221, 204, 0.4)), color-stop(89.38%, #00DDCC));
  background: linear-gradient(180deg, rgba(0, 221, 204, 0) 0%, rgba(249, 161, 229, 0) 0.01%, rgba(0, 221, 204, 0.4) 56%, #00DDCC 89.38%);
}
.style_bigofuck.active-step-5::after {
  background: rgba(0, 221, 204, 0.7);
}
.style_bigofuck .header .header-geo {
  width: 53%;
  padding-left: 3px;
}
.style_bigofuck .header .logo {
  width: 44%;
  background-color: transparent;
}
.style_bigofuck .header .logo::before {
  display: none;
}
.style_bigofuck .header .logo img {
  margin-right: 5px;
  max-width: 40px;
}
.style_bigofuck .header .logo .logo-text {
  font-family: 'Source Sans Pro', Helvetica, Arial sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #424242;
}
.style_bigofuck .steps-wrap .step.final-step .final-title {
  color: #fff;
}
.style_bigofuck .steps-wrap .step.final-step .separator {
  border: 2px dashed #fff;
}
.style_bigofuck .steps-wrap .step.final-step p {
  color: #fff;
}
.style_bigofuck .steps-wrap .step.final-step .arrow-down-icon {
  background-color: #fff;
}
.style_bigofuck .block-btns .button,
.style_bigofuck .block-btn .button {
  color: #00DDCC;
  background-color: #fff;
}
.style_bigofuck .block-btns .button.button--no,
.style_bigofuck .block-btn .button.button--no {
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.style_bigofuck .block-btns .button.button--continue,
.style_bigofuck .block-btn .button.button--continue {
  color: #00DDCC;
}
.style_bigofuck .progress-bar-wrap .progress-title {
  color: #fff;
}
.style_bigofuck .progress-bar-wrap .progress-bar {
  background-color: rgba(255, 255, 255, 0.4);
}
.style_bigofuck .progress-bar-wrap .progress-bar .progress {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))), #E2E2E2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #E2E2E2;
}
.style_bigofuck .unsubscribe a {
  color: #fff;
}

/* Final Step type 2 */
.final-step-type2 .step.final-step .title-wrap {
  position: relative;
}
.final-step-type2 .step.final-step .title-wrap .final-title,
.final-step-type2 .step.final-step .title-wrap .final-title_back {
  font-family: 'Pacifico', cursive;
  font-size: 38px;
  line-height: 75px;
  text-transform: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(0, 0, 0, 0))), #727272;
  background: linear-gradient(180deg, #222222 0%, rgba(0, 0, 0, 0) 100%), #727272;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 6;
}
.final-step-type2 .step.final-step .title-wrap .final-title_back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-text-stroke: 10px #fff;
  letter-spacing: 2px;
  z-index: 5;
  margin: 0;
}
.final-step-type2 .step.final-step .title-wrap .final-title_back::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19px;
  height: 30px;
  background: url(../img/final_title_arrow.svg) no-repeat center;
}
.final-step-type2 .step.final-step .final-text {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  color: #fff;
  position: relative;
  margin: 5px 0 0;
}
.final-step-type2 .step.final-step .final-text::before {
  content: '';
  position: absolute;
  top: -27px;
  right: -16px;
  bottom: -13px;
  left: -16px;
  background-color: #222222;
  z-index: -1;
}
.final-step-type2 .step.final-step .final-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 31px auto 12px;
  max-width: 210px;
}
.final-step-type2 .step.final-step .final-title2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  padding: 0 20px;
  margin: 0;
}
.final-step-type2 .step.final-step .block-btn {
  margin-top: 2vh;
}
.final-step-type2 .progress-bar-wrap {
  margin-top: 2vh;
}
.final-step-type2.style_bigofuck .step.final-step .title-wrap .final-title,
.final-step-type2.style_bigofuck .step.final-step .title-wrap .final-title_back {
  background: -webkit-gradient(linear, left top, left bottom, from(#04B1A4), to(#00DDCC)), #00DDCC;
  background: linear-gradient(180deg, #04B1A4 0%, #00DDCC 100%), #00DDCC;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.final-step-type2.style_bigofuck .step.final-step .block-btns .button,
.final-step-type2.style_bigofuck .step.final-step .block-btn .button {
  color: #7AD051;
  background-color: #222222;
}
.final-step-type2.style_bigofuck .step.final-step .block-btns .button.button--no,
.final-step-type2.style_bigofuck .step.final-step .block-btn .button.button--no {
  background: none;
  color: #E64C3C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.final-step-type2.style_bigofuck .step.final-step .block-btns .button.button--continue,
.final-step-type2.style_bigofuck .step.final-step .block-btn .button.button--continue {
  color: #fff;
}
.final-step-type2.style_bigofuck.active-step-5 .progress-bar-wrap .progress-title {
  color: #222222;
}

/* Style alt3 (final step with slot machine) */
.style_bigofuck_alt3.active-step-5 .steps-wrap {
  overflow: hidden;
  padding: 0;
}
.style_bigofuck_alt3.active-step-5 .header {
  display: none;
}
.style_bigofuck_alt3.active-step-5 .progress-bar-wrap {
  position: absolute;
  right: 35px;
  bottom: 10px;
  left: 35px;
}
.style_bigofuck_alt3.active-step-5 .progress-bar-wrap .progress-bar {
  color: #fff;
}
.style_bigofuck_alt3 .step.final-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  padding: 0;
  background: #170F15;
}
.style_bigofuck_alt3 .step.final-step:after {
  background-color: #170F15;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap {
  border-radius: 15px 15px 0 0;
  padding: 25px 25px 0;
  position: relative;
  z-index: 11;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap::before, .style_bigofuck_alt3 .step.final-step .step-content-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px 15px 0 0;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap::before {
  background: -webkit-gradient(linear, left top, right top, from(#0A669B), to(#29A3E9)), #04111A;
  background: linear-gradient(90deg, #0A669B 0%, #29A3E9 100%), #04111A;
  z-index: 5;
  top: 4px;
  right: 4px;
  left: 4px;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap::after {
  background: -webkit-gradient(linear, left top, right top, from(#29A3E9), to(#0A669B)), #04111A;
  background: linear-gradient(90deg, #29A3E9 0%, #0A669B 100%), #04111A;
  z-index: 4;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .step-title {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .content-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .content-border .border-right,
.style_bigofuck_alt3 .step.final-step .step-content-wrap .content-border .border-left {
  position: absolute;
  top: 25px;
  bottom: 0;
  width: 20px;
  background: url(../img/content_border_lateral.svg) repeat-y;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .content-border .border-top {
  position: absolute;
  top: 5px;
  right: 20px;
  left: 20px;
  height: 20px;
  background: url(../img/content_border_top.svg) repeat-x;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .content-border .border-right {
  left: 3px;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .content-border .border-left {
  right: 6px;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text {
  position: absolute;
  bottom: calc(100% + 9vh);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  max-width: 90%;
  width: 100%;
  border-radius: 67px;
  z-index: 12;
  padding: 10px;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text .final-text-inner {
  border-radius: 67px;
  padding: 0 30px;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text .final-text-border {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text .final-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1px;
  position: relative;
  z-index: 5;
}
.style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text .final-desc {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 5;
}
.style_bigofuck_alt3 .step.final-step .content-inner {
  background: url(../img/content_bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  padding: 15px 15px 65px;
  z-index: 20;
  position: relative;
}
.style_bigofuck_alt3 .step.final-step .content-inner .content-waiting-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  background: -webkit-linear-gradient(167.82deg, #0FFAE9 16.52%, #2AEEF3 84.06%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  text-transform: uppercase;
  position: absolute;
  top: 23px;
  right: 0;
  left: 0;
  margin: 0;
}
.style_bigofuck_alt3 .step.final-step .content-inner .step-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.style_bigofuck_alt3 .step.final-step .content-inner .button {
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: transparent;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  background: transparent;
  border: none;
}
.style_bigofuck_alt3 .step.final-step .content-inner .button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0A669B), color-stop(47.88%, rgba(10, 102, 155, 0)), color-stop(51.12%, rgba(171, 102, 17, 0)), to(#AB6611)), #04111A;
  background: linear-gradient(90deg, #0A669B 0%, rgba(10, 102, 155, 0) 47.88%, rgba(171, 102, 17, 0) 51.12%, #AB6611 100%), #04111A;
  border-radius: 28px;
}
.style_bigofuck_alt3 .step.final-step .content-inner .button::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: linear-gradient(158.68deg, #0FFAE9 16.52%, #2AEEF3 84.06%);
  border-radius: 24px;
}
.style_bigofuck_alt3 .step.final-step .content-inner .button span {
  position: relative;
}
.style_bigofuck_alt3 .step.final-step .content-inner .button span strong {
  background: -webkit-gradient(linear, left top, right top, from(#0A669B), color-stop(47.88%, rgba(10, 102, 155, 0)), color-stop(51.12%, rgba(171, 102, 17, 0)), to(#AB6611)), #04111A;
  background: linear-gradient(90deg, #0A669B 0%, rgba(10, 102, 155, 0) 47.88%, rgba(171, 102, 17, 0) 51.12%, #AB6611 100%), #04111A;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 5;
}
.style_bigofuck_alt3 .step.final-step .content-inner .button span::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 50px;
  top: -40px;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .slots {
  width: 500px;
  max-width: 100%;
  height: calc(100vh - 200px);
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .window {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col {
  width: 33.33%;
  float: left;
  margin: 0 2.5px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A669B), color-stop(47.88%, rgba(10, 102, 155, 0)), color-stop(51.12%, rgba(171, 102, 17, 0)), to(#AB6611)), #04111A;
  background: linear-gradient(180deg, #0A669B 0%, rgba(10, 102, 155, 0) 47.88%, rgba(171, 102, 17, 0) 51.12%, #AB6611 100%), #04111A;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col::before, .style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0A669B), to(#29A3E9)), #04111A;
  background: linear-gradient(90deg, #0A669B 0%, #29A3E9 100%), #04111A;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col::before {
  left: 0;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col::after {
  right: 0;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col:first-child {
  margin-left: 0;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col:last-child {
  margin-right: 0;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col .border {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col .border::before, .style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col .border::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background-position: top center;
  z-index: 10;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col .border::before {
  left: 0;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .outer-col .border::after {
  right: 0;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .col {
  text-align: center;
  will-change: true;
  padding-top: 0;
  z-index: 11;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .col img {
  max-width: 100%;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(2) .col {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(3) .col {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(4) .col {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(5) .col {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .slots.spinning .outer-col:nth-of-type(6) .col {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .slots.spinning .col {
  -webkit-animation: scroll 3s cubic-bezier(0.5, 0, 0.5, 1) 1, blur 3s cubic-bezier(0.5, 0, 0.5, 1) 1;
          animation: scroll 3s cubic-bezier(0.5, 0, 0.5, 1) 1, blur 3s cubic-bezier(0.5, 0, 0.5, 1) 1;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.style_bigofuck_alt3 .step.final-step .final-slots-wrap .start-spin {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.style_bigofuck_alt3 .step.final-step.waiting-state .final-text {
  opacity: 0;
}
.style_bigofuck_alt3 .step.final-step.waiting-state .button {
  pointer-events: none;
}
.style_bigofuck_alt3 .step.final-step.waiting-state .button::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#C0C0C0), to(#F3F3F3));
  background: linear-gradient(0deg, #C0C0C0 0%, #F3F3F3 100%);
}
.style_bigofuck_alt3 .step.final-step.waiting-state .button::after {
  background: #E3E3E3;
}
.style_bigofuck_alt3 .step.final-step.waiting-state .button span strong {
  background: transparent;
  -webkit-text-fill-color: initial;
  color: #A2A2A2;
}
.style_bigofuck_alt3 .step.final-step.waiting-state .content-inner .content-waiting-title {
  opacity: 1;
}
.style_bigofuck_alt3 .step.final-step.waiting-state .content-inner .step-title {
  opacity: 0;
}
.style_bigofuck_alt3.has-push .step.final-step .content-inner {
  padding-bottom: 95px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, calc(-85%), 0);
            transform: translate3d(0, calc(-85%), 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, calc(-85%), 0);
            transform: translate3d(0, calc(-85%), 0);
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  10% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  30% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  60% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  80% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  10% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  30% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  60% {
    -webkit-filter: blur(6px);
            filter: blur(6px);
  }
  80% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/* Preload final border */
.preload-border-wrap,
.preload-border:after,
.preload-border:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw/4);
  z-index: -1;
}

.preload-border.preloaded.content-border {
  width: 20px;
  height: 200px;
}
.preload-border.preloaded.slot-border {
  width: 10px;
  height: 200px;
  background: url(../fonts/slot_bg.svg);
}

/*----> Responsive <---- */
@media (max-width: 991px) {
  .style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text {
    bottom: calc(100% + 6vh);
  }
}
@media (max-width: 479px) {
  .lang-de.final-step-type2 .step.final-step .title-wrap .final-title, .lang-de.final-step-type2 .step.final-step .title-wrap .final-title_back {
    font-size: 31px;
  }
  .lang-de.final-step-type2 .step.final-step .title-wrap .final-title_back {
    letter-spacing: 1.6px;
  }
  .lang-de.final-step-type2 .step.final-step .title-wrap .final-title_back::before {
    bottom: -3px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 53%;
  }

  .lang-cs.final-step-type2 .step.final-step .title-wrap .final-title_back::before {
    left: 48%;
  }
}
@media (max-width: 400px) {
  .lang-de.final-step-type2 .step.final-step .title-wrap .final-title, .lang-de.final-step-type2 .step.final-step .title-wrap .final-title_back {
    font-size: 27px;
    line-height: 65px;
  }
  .lang-de.final-step-type2 .step.final-step .title-wrap .final-title_back {
    letter-spacing: 1.2px;
  }
  .lang-de.final-step-type2 .step.final-step .title-wrap .final-title_back::before {
    bottom: -3px;
  }
}
@media (max-height: 728px) {
  .final-step-type2 .step.final-step .final-img {
    margin: 20px auto 10px;
  }
  .final-step-type2 .step.final-step .final-img img {
    max-height: 85px;
  }

  .final-step-type2 .step.final-step .final-text {
    line-height: 25px;
  }
}
/* Iphone 8/198299/6S, Gallaxy S5 */
@media (max-width: 400px) and (max-height: 570px) {
  /* HasPush */
  .has-push .block-btn {
    margin-top: 1.5vh;
  }
  .has-push .steps-wrap .step.final-step .arrow-down-icon {
    margin-top: 2vh;
  }

  .has-push.final-step-type2.active-step-5 .steps-wrap {
    padding-bottom: 60px;
  }

  .progress-bar-wrap .progress-title {
    margin-bottom: 10px;
  }

  .final-step-type2 .step.final-step .title-wrap .final-title,
  .final-step-type2 .step.final-step .title-wrap .final-title_back {
    font-size: 35px;
    line-height: 70px;
  }
}
/* Iphone SE */
@media (max-width: 350px) and (max-height: 460px) {
  .steps-wrap .step .title {
    font-size: 23px;
  }

  .block-btn {
    margin-top: 2vh;
  }

  .steps-wrap .step.final-step .arrow-down-icon {
    margin-top: 1vh;
  }

  .steps-wrap .step.final-step .final-title {
    font-size: 21px;
    line-height: 26px;
  }

  .steps-wrap .step.final-step p {
    font-size: 17px;
    margin-bottom: 0.5em;
  }

  .progress-bar-wrap {
    margin-top: 3vh;
  }

  .style_bigofuck_alt3 .step.final-step .step-content-wrap .final-text .final-title {
    font-size: 26px;
    line-height: 30px;
  }
}
