p {
  line-height: 21px;
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: inline-block;
  max-width: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #0E0E0E;
}

body,
html,
.steps-wrap {
  height: 100%;
}

/* Header */
.header {
  position: relative;
  padding: 14px 15px;
  z-index: 100;
}
.header .logo-wrap {
  text-align: center;
}
.header .logo-wrap img {
  max-width: 114px;
}

/* Steps */
.steps-wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../images/bg.jpg") no-repeat center;
  background-size: cover;
}
.steps-wrap .step {
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.steps-wrap .step .step-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background-size: cover;
  background-position: top center;
}
.steps-wrap .step .step-img .geo-wrap {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps-wrap .step .step-img .geo-wrap .geo-inner {
  border-radius: 27px;
  border: 2px solid rgba(255, 0, 79, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 4px 10px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps-wrap .step .step-img .geo-wrap .geo-inner .geo-flag {
  font-size: 22px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  overflow: hidden;
}
.steps-wrap .step .step-img .geo-wrap .geo-inner .geo-flag .flag-icon {
  margin: 0;
  top: auto;
}
.steps-wrap .step .step-img .geo-wrap .geo-inner .geo-city {
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
  margin-left: 8px;
}
.steps-wrap .step .step-img .profile-info {
  position: absolute;
  right: 18px;
  bottom: 10px;
  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;
  z-index: 10;
}
.steps-wrap .step .step-img .profile-info > div {
  margin-bottom: 20px;
}
.steps-wrap .step .step-img .profile-info > div:last-child {
  margin-bottom: 0;
}
.steps-wrap .step .step-img .profile-info .avatar {
  max-width: 44px;
  position: relative;
  line-height: 0;
}
.steps-wrap .step .step-img .profile-info .avatar img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.steps-wrap .step .step-img .profile-info .avatar::before {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  background: url("../images/avatar-frame.png") no-repeat center;
  background-size: cover;
  z-index: 2;
}
.steps-wrap .step .step-img .profile-info .profile-data {
  text-align: center;
}
.steps-wrap .step .step-img .profile-info .profile-data .profile-icon {
  max-width: 30px;
  margin: 0 auto 6px;
}
.steps-wrap .step .step-img .profile-info .profile-data .profile-icon:last-child {
  margin-bottom: 0;
}
.steps-wrap .step .step-img .profile-info .profile-data span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  display: block;
  width: 100%;
}
.steps-wrap .step .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 145px;
  padding: 0px 15px 15px;
}
.steps-wrap .step .content-wrap .content-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.steps-wrap .step .content-wrap .content-inner .step-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 20px 10px;
  text-align: center;
}
.steps-wrap .step.final-step .step-img .key-wrap {
  position: absolute;
  bottom: 50vh;
  left: 23px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.steps-wrap .step.final-step .step-img .key-wrap .check {
  position: absolute;
  width: 23px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.steps-wrap .step.final-step .step-img .key-wrap.active {
  background-color: #ffffff;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.steps-wrap .step.final-step .step-img .key-wrap.active .check {
  opacity: 1;
}
.steps-wrap .step.final-step .step-img .binocular_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43vh;
  z-index: 5;
  -webkit-animation: binoculAnim 2.6s;
          animation: binoculAnim 2.6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.steps-wrap .step.final-step .step-img .binocular_wrap img {
  width: 100%;
}
.steps-wrap .step.final-step .step-img .binocular_wrap::before, .steps-wrap .step.final-step .step-img .binocular_wrap::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  background-color: #0E0E0E;
  height: 100vh;
}
.steps-wrap .step.final-step .step-img .binocular_wrap::before {
  bottom: 98%;
}
.steps-wrap .step.final-step .step-img .binocular_wrap::after {
  top: 98%;
}
.steps-wrap .step.final-step .step-img .trying_to {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 33px;
  left: 0;
  text-align: center;
}
.steps-wrap .step.final-step .step-img .profile-info {
  bottom: auto;
  top: 18vh;
  z-index: 4;
}
.steps-wrap .step.final-step .content-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #0E0E0E;
  padding-top: 22px;
  padding-bottom: 20px;
  z-index: 6;
}
.steps-wrap .step.final-step .content-wrap .content-inner {
  margin-bottom: 30px;
}
.steps-wrap .step.final-step .content-wrap .final-title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
.steps-wrap .step.final-step .content-wrap .btn {
  pointer-events: none;
}
.steps-wrap .step.final-step.done_load .trying_to {
  display: none;
}
.steps-wrap .step.final-step.done_load .content-wrap {
  opacity: 1;
}
.steps-wrap .step.final-step.done_load .content-wrap .btn {
  pointer-events: all;
}

.active-step-5 #lp-label {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.active-step-5.done_load #lp-label {
  opacity: 1;
}

/* Buttons */
.btns-wrap,
.btn-wrap {
  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;
}

.btn {
  font-size: 20px;
  font-weight: 900;
  width: 47%;
  height: 50px;
  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;
  text-decoration: none;
  border: none;
}
.btn.btn-1 {
  color: #ffffff;
  background-color: #FF004F;
}
.btn.btn-2 {
  color: #0E0E0E;
  background-color: #00F2EA;
}

.btn-wrap .btn {
  width: 100%;
}

@-webkit-keyframes binoculAnim {
  0% {
    bottom: 43vh;
  }
  40% {
    bottom: 53vh;
  }
  70% {
    bottom: 9vh;
  }
  100% {
    bottom: 25vh;
  }
}

@keyframes binoculAnim {
  0% {
    bottom: 43vh;
  }
  40% {
    bottom: 53vh;
  }
  70% {
    bottom: 9vh;
  }
  100% {
    bottom: 25vh;
  }
}
@-webkit-keyframes binoculAnimWithPush {
  0% {
    bottom: 43vh;
  }
  40% {
    bottom: 53vh;
  }
  70% {
    bottom: 9vh;
  }
  100% {
    bottom: 25vh;
  }
}
@keyframes binoculAnimWithPush {
  0% {
    bottom: 43vh;
  }
  40% {
    bottom: 53vh;
  }
  70% {
    bottom: 9vh;
  }
  100% {
    bottom: 25vh;
  }
}
@-webkit-keyframes binoculAnimIOS {
  0% {
    bottom: 43vh;
  }
  40% {
    bottom: 53vh;
  }
  70% {
    bottom: 9vh;
  }
  100% {
    bottom: 25vh;
  }
}
@keyframes binoculAnimIOS {
  0% {
    bottom: 43vh;
  }
  40% {
    bottom: 53vh;
  }
  70% {
    bottom: 9vh;
  }
  100% {
    bottom: 25vh;
  }
}
/* Preload */
.preload,
.preload-img:after,
.preload-img:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.preload-img.preload-img1 {
  background-image: url("../images/1.jpg");
}

.preload-img.preload-img2 {
  background-image: url("../images/2.jpg");
}

.preload-img.preload-img3 {
  background-image: url("../images/3.jpg");
}

.preload-img.preload-img4 {
  background-image: url("../images/4.jpg");
}

.preload-img.preload-img5 {
  background-image: url("../images/5.jpg");
}

/* Unsubscribe */
.unsubscribe {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2px;
  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;
  z-index: 111;
}
.unsubscribe a {
  display: inline-block;
  color: #0E0E0E;
  text-decoration: none;
}
.unsubscribe a:hover {
  text-decoration: underline;
}

.video-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.style_alt #step1 .video-bg,
.style_alt #step2 .video-bg,
.style_alt #step3 .video-bg {
  -o-object-position: top center;
     object-position: top center;
}
.style_alt #step4 .video-bg {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.style_alt_asian #step1 .video-bg,
.style_alt_asian #step2 .video-bg,
.style_alt_asian #step3 .video-bg {
  -o-object-position: top center;
     object-position: top center;
}
.style_alt_asian #step4 .video-bg {
  -o-object-position: top center;
     object-position: top center;
}

/* RTL */
.lang-he,
.lang-ar {
  direction: rtl;
}
.lang-he .header,
.lang-ar .header {
  direction: ltr;
}
.lang-he .steps-wrap .step .step-img .geo-wrap .geo-inner .geo-city,
.lang-ar .steps-wrap .step .step-img .geo-wrap .geo-inner .geo-city {
  margin-left: 0;
  margin-right: 7px;
}

/*----> Responsive <---- */
.iOs .steps-wrap .step.final-step .step-img .binocular_wrap {
  -webkit-animation: binoculAnimIOS 2.6s;
          animation: binoculAnimIOS 2.6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (min-width: 1400px) and (max-width: 1600px) and (min-height: 600px) and (max-height: 900px) {
  @-webkit-keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 53vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 30vh;
    }
  }
  @keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 53vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 30vh;
    }
  }
  .steps-wrap .step.final-step .step-img .key-wrap {
    bottom: 65vh;
  }
}
/* Large height mobile size: Iphone XS/XS Max/XR, Galaxy S10/S9 */
@media (max-width: 479px) {
  @-webkit-keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 47vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 30vh;
    }
  }
  @keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 47vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 30vh;
    }
  }
  @-webkit-keyframes binoculAnimWithPush {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 47vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 34vh;
    }
  }
  @keyframes binoculAnimWithPush {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 47vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 34vh;
    }
  }
  @-webkit-keyframes binoculAnimIOS {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 53vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 27vh;
    }
  }
  @keyframes binoculAnimIOS {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 53vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 27vh;
    }
  }
  .steps-wrap .step.final-step .step-img .key-wrap {
    bottom: 57vh;
  }

  .iOs .steps-wrap .step.final-step .step-img .key-wrap {
    bottom: 53vh;
  }

  .multilang .steps-wrap .step.final-step .content-wrap .final-title,
  .other_lang .steps-wrap .step.final-step .content-wrap .final-title,
  html[lang="it"] .steps-wrap .step.final-step .content-wrap .final-title,
  html[lang="ro"] .steps-wrap .step.final-step .content-wrap .final-title {
    bottom: calc(100% + 10px);
  }

  .has-push .steps-wrap .step .content-wrap,
  .has-push .steps-wrap .step.final-step .content-wrap {
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .has-push .steps-wrap .step .content-wrap .content-inner {
    margin-bottom: 7px;
  }
  .has-push .steps-wrap .step.final-step .step-img .binocular_wrap {
    -webkit-animation: binoculAnimWithPush 2.6s;
            animation: binoculAnimWithPush 2.6s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .has-push .steps-wrap .step.final-step .step-img .key-wrap {
    bottom: 60vh;
  }
  .has-push.multilang .steps-wrap .step.final-step .content-wrap .final-title, .has-push.other_lang .steps-wrap .step.final-step .content-wrap .final-title {
    bottom: 100%;
  }
}
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8 */
@media (max-width: 479px) and (max-height: 650px) {
  @-webkit-keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 45vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 29vh;
    }
  }
  @keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 45vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 29vh;
    }
  }
  @-webkit-keyframes binoculAnimWithPush {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 47vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 39.5vh;
    }
  }
  @keyframes binoculAnimWithPush {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 47vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 39.5vh;
    }
  }
  .steps-wrap .step.final-step .step-img .key-wrap {
    bottom: 55vh;
  }

  .steps-wrap .step.final-step .content-wrap .final-title {
    bottom: calc(100% + 10px);
  }

  .steps-wrap .step.final-step .content-wrap {
    padding-top: 15px;
  }

  .steps-wrap .step.final-step .content-wrap .content-inner {
    margin-bottom: 15px;
  }

  .iOs .steps-wrap .step.final-step .step-img .key-wrap {
    bottom: 55vh;
  }

  .multilang .steps-wrap .step.final-step .content-wrap .final-title,
  .other_lang .steps-wrap .step.final-step .content-wrap .final-title,
  html[lang="it"] .steps-wrap .step.final-step .content-wrap .final-title,
  html[lang="ro"] .steps-wrap .step.final-step .content-wrap .final-title {
    bottom: 100%;
  }
  .multilang .steps-wrap .step .content-wrap .content-inner .step-title,
  .other_lang .steps-wrap .step .content-wrap .content-inner .step-title,
  html[lang="it"] .steps-wrap .step .content-wrap .content-inner .step-title,
  html[lang="ro"] .steps-wrap .step .content-wrap .content-inner .step-title {
    font-size: 17px;
  }

  .has-push .steps-wrap .step.final-step .step-img .key-wrap {
    bottom: auto;
    top: 15vh;
  }
  .has-push.multilang .steps-wrap .step.final-step .content-wrap .final-title, .has-push.other_lang .steps-wrap .step.final-step .content-wrap .final-title {
    font-size: 22px;
  }
  .has-push.multilang .steps-wrap .step.final-step .content-wrap .content-inner, .has-push.other_lang .steps-wrap .step.final-step .content-wrap .content-inner {
    margin-bottom: 8px;
  }
  .has-push.multilang .steps-wrap .step.final-step .content-wrap .content-inner .step-title, .has-push.other_lang .steps-wrap .step.final-step .content-wrap .content-inner .step-title {
    font-size: 16px;
  }
  .has-push.multilang.lang-el .steps-wrap .step.final-step.done_load .content-wrap, .has-push.other_lang.lang-el .steps-wrap .step.final-step.done_load .content-wrap {
    padding-top: 5px;
  }
  .has-push.multilang.lang-el .steps-wrap .step.final-step .content-wrap .content-inner .step-title, .has-push.other_lang.lang-el .steps-wrap .step.final-step .content-wrap .content-inner .step-title {
    font-size: 15px;
  }

  html[lang="it"] .has-push .steps-wrap .step.final-step .content-wrap .final-title,
  html[lang="ro"] .has-push .steps-wrap .step.final-step .content-wrap .final-title {
    font-size: 22px;
  }
  html[lang="it"] .has-push .steps-wrap .step.final-step .content-wrap .content-inner,
  html[lang="ro"] .has-push .steps-wrap .step.final-step .content-wrap .content-inner {
    margin-bottom: 8px;
  }
  html[lang="it"] .has-push .steps-wrap .step.final-step .content-wrap .content-inner .step-title,
  html[lang="ro"] .has-push .steps-wrap .step.final-step .content-wrap .content-inner .step-title {
    font-size: 16px;
  }
}
/* Iphone 8/7/6S, Galaxy S5/S6/S7 */
@media (max-width: 400px) and (max-height: 570px) {
  @-webkit-keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 45vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 28vh;
    }
  }
  @keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 45vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 28vh;
    }
  }
  .steps-wrap .step.final-step .content-wrap .content-inner {
    margin-bottom: 10px;
  }

  .steps-wrap .step.final-step .content-wrap {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .iOs .steps-wrap .step.final-step .content-wrap .final-title {
    bottom: calc(100% + 1px);
  }

  .multilang .steps-wrap .step .content-wrap .content-inner .step-title,
  .other_lang .steps-wrap .step .content-wrap .content-inner .step-title,
  html[lang="it"] .steps-wrap .step .content-wrap .content-inner .step-title,
  html[lang="ro"] .steps-wrap .step .content-wrap .content-inner .step-title {
    font-size: 15px;
  }

  .has-push .steps-wrap .step.final-step .step-img .key-wrap {
    bottom: auto;
    top: 10vh;
  }
  .has-push .steps-wrap .step.final-step .content-wrap .final-title {
    font-size: 21px;
    bottom: calc(100% + 2px);
  }
  .has-push.multilang .steps-wrap .step.final-step .content-wrap .final-title, .has-push.other_lang .steps-wrap .step.final-step .content-wrap .final-title {
    font-size: 20px;
  }
  .has-push.multilang .steps-wrap .step.final-step .content-wrap .btn, .has-push.other_lang .steps-wrap .step.final-step .content-wrap .btn {
    height: 45px;
  }
  .has-push.multilang .steps-wrap .step.final-step .content-wrap .content-inner, .has-push.other_lang .steps-wrap .step.final-step .content-wrap .content-inner {
    margin-bottom: 8px;
  }
  .has-push.multilang .steps-wrap .step.final-step .content-wrap .content-inner .step-title, .has-push.other_lang .steps-wrap .step.final-step .content-wrap .content-inner .step-title {
    font-size: 15px;
  }

  html[lang="it"] .has-push .steps-wrap .step.final-step .content-wrap .final-title,
  html[lang="ro"] .has-push .steps-wrap .step.final-step .content-wrap .final-title {
    font-size: 20px;
  }
  html[lang="it"] .has-push .steps-wrap .step.final-step .content-wrap .btn,
  html[lang="ro"] .has-push .steps-wrap .step.final-step .content-wrap .btn {
    height: 45px;
  }
  html[lang="it"] .has-push .steps-wrap .step.final-step .content-wrap .content-inner,
  html[lang="ro"] .has-push .steps-wrap .step.final-step .content-wrap .content-inner {
    margin-bottom: 8px;
  }
  html[lang="it"] .has-push .steps-wrap .step.final-step .content-wrap .content-inner .step-title,
  html[lang="ro"] .has-push .steps-wrap .step.final-step .content-wrap .content-inner .step-title {
    font-size: 15px;
  }
}
/* Iphone SE */
@media (max-width: 400px) and (max-height: 460px) {
  @-webkit-keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 45vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 29vh;
    }
  }
  @keyframes binoculAnim {
    0% {
      bottom: 43vh;
    }
    40% {
      bottom: 45vh;
    }
    70% {
      bottom: 9vh;
    }
    100% {
      bottom: 29vh;
    }
  }
  .steps-wrap .step .content-wrap {
    min-height: 140px;
  }

  .steps-wrap .step.final-step .content-wrap {
    min-height: 130px;
  }

  .steps-wrap .step .content-wrap .content-inner .step-title {
    font-size: 16px;
  }

  .steps-wrap .step.final-step .content-wrap .content-inner {
    margin-bottom: 7px;
  }

  .steps-wrap .step.final-step .content-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .steps-wrap .step.final-step .content-wrap .final-title {
    font-size: 19px;
    bottom: calc(100% + 6px);
  }

  .steps-wrap .step.final-step .content-wrap .content-inner .step-title {
    font-size: 15px;
    margin: 0;
    padding: 0;
  }

  .steps-wrap .step.final-step .step-img .key-wrap {
    top: 75px;
  }

  .multilang .steps-wrap .step.final-step .btn,
  .other_lang .steps-wrap .step.final-step .btn,
  html[lang="it"] .steps-wrap .step.final-step .btn,
  html[lang="ro"] .steps-wrap .step.final-step .btn {
    height: 45px;
  }
  .multilang .steps-wrap .step.final-step .content-wrap,
  .other_lang .steps-wrap .step.final-step .content-wrap,
  html[lang="it"] .steps-wrap .step.final-step .content-wrap,
  html[lang="ro"] .steps-wrap .step.final-step .content-wrap {
    padding-top: 5px;
  }
  .multilang .steps-wrap .step.final-step .content-wrap .final-title,
  .other_lang .steps-wrap .step.final-step .content-wrap .final-title,
  html[lang="it"] .steps-wrap .step.final-step .content-wrap .final-title,
  html[lang="ro"] .steps-wrap .step.final-step .content-wrap .final-title {
    font-size: 18px;
  }
  .multilang .steps-wrap .step.final-step .content-wrap .content-inner,
  .other_lang .steps-wrap .step.final-step .content-wrap .content-inner,
  html[lang="it"] .steps-wrap .step.final-step .content-wrap .content-inner,
  html[lang="ro"] .steps-wrap .step.final-step .content-wrap .content-inner {
    margin-bottom: 3px;
  }
  .multilang .steps-wrap .step.final-step .content-wrap .content-inner .step-title,
  .other_lang .steps-wrap .step.final-step .content-wrap .content-inner .step-title,
  html[lang="it"] .steps-wrap .step.final-step .content-wrap .content-inner .step-title,
  html[lang="ro"] .steps-wrap .step.final-step .content-wrap .content-inner .step-title {
    font-size: 14px;
  }
}
