p {
  line-height: 1.4;
  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%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.uppercase {
  text-transform: uppercase;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

body,
html {
  height: 100%;
}

.main {
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
  padding-top: 16px;
}
.main::before, .main::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
}
.main::before {
  top: 0;
  background: url("../images/bg_top.png") no-repeat center;
  background-size: cover;
}
.main::after {
  bottom: 0;
  background: url("../images/bg_bottom.png") no-repeat center;
  background-size: cover;
}

/* Header */
/* Header */
.header {
  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;
  padding: 7px 16px;
  z-index: 100;
  background-color: transparent;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  width: calc(100% - 20px);
  margin-left: auto;
  border-radius: 50px 0px 0px 50px;
}
.header .logo-wrap {
  line-height: 0;
}
.header .logo-wrap .logo-img {
  max-width: 116px;
}
.header .geo-flag {
  min-height: 30px;
}
.header .geo-flag .flag-icon {
  width: 48px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #000000;
  background-size: cover;
  top: auto;
  margin: 0;
}

/* Steps */
.steps-wrap {
  -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;
  position: relative;
  z-index: 50;
  padding-top: 50px;
  padding-bottom: 20px;
}
.steps-wrap .step {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 13px 20px 18px;
  background-color: #FF004F;
  border-radius: 24px;
}
.steps-wrap .step .girls-images-wrap {
  padding: 0 0 10px;
  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;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.steps-wrap .step .girls-images-wrap .girl-image {
  width: calc(50% - 5px);
  height: 100%;
  -webkit-filter: drop-shadow(0px 8px 14px rgba(0, 242, 234, 0.2));
          filter: drop-shadow(0px 8px 14px rgba(0, 242, 234, 0.2));
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.steps-wrap .step .girls-images-wrap .girl-image .profile-info {
  position: absolute;
  right: 6px;
  bottom: 6px;
  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;
}
.steps-wrap .step .girls-images-wrap .girl-image .profile-info > div {
  margin-bottom: 9px;
}
.steps-wrap .step .girls-images-wrap .girl-image .profile-info > div:last-child {
  margin-bottom: 0;
}
.steps-wrap .step .girls-images-wrap .girl-image .profile-info .profile-data {
  text-align: center;
}
.steps-wrap .step .girls-images-wrap .girl-image .profile-info .profile-data .profile-icon {
  max-width: 14px;
  margin: 0 auto 3px;
}
.steps-wrap .step .girls-images-wrap .girl-image .profile-info .profile-data span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  width: 100%;
}
.steps-wrap .step .girls-images-wrap .girl-image .profile-hashtag {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: 50px;
  bottom: 6px;
  left: 6px;
}
.steps-wrap .step .girls-images-wrap .girl-image.animation {
  border-width: 5px;
}
.steps-wrap .step .step-content-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: relative;
}
.steps-wrap .step .step-content-wrap .content-inner {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.steps-wrap .step .step-content-wrap .content-inner .step-title-before,
.steps-wrap .step .step-content-wrap .content-inner .step-title {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto 2px;
}
.steps-wrap .step .step-content-wrap .content-inner .step-title-before .title-group,
.steps-wrap .step .step-content-wrap .content-inner .step-title .title-group {
  display: inline-block;
}
.steps-wrap .step.final-step .step-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.steps-wrap .step.final-step .step-content-wrap .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.steps-wrap .step.final-step .step-content-wrap .content-inner .step-title {
  font-size: 27px;
  font-weight: 500;
  margin: 20px auto;
}
.steps-wrap .step.final-step .step-content-wrap .final-content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps-wrap .step.final-step.final-step-2 .step-content-wrap .final-content {
  margin-bottom: 12px;
}
.steps-wrap .step.final-step.final-step-2 .final-info {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.steps-wrap .step.final-step.final-step-2 .info-title {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  text-align: center;
  margin: 0 auto 10px;
}
.steps-wrap .step.final-step.final-step-2 .info-list {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  padding: 0 12px;
}
.steps-wrap .step.final-step.final-step-2 .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 4px;
}
.steps-wrap .step.final-step.final-step-2 .info-list li .info-numb {
  margin-right: 5px;
}
.steps-wrap .step.final-step.final-step-2 .info-list li span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.steps-wrap .step.final-step.final-step-2 .info-list li:last-child {
  margin-bottom: 0;
}
.steps-wrap .step.final-step.final-step-2 .final-icon {
  max-width: 43px;
  margin: 12px auto 0;
  -webkit-animation: bounce-arrow 1s infinite ease-in-out;
          animation: bounce-arrow 1s infinite ease-in-out;
}

@-webkit-keyframes bounce-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounce-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.btns-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btns-wrap .btn-col {
  width: 50%;
}
.btns-wrap .btn {
  width: calc(100% - 10px);
  min-width: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-wrap .btn {
  max-width: 100%;
  width: 100%;
}
.btn-wrap a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  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;
  color: #111111;
}
.btn-wrap a .btn {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.btn {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 90%;
  height: 65px;
  border: 2px solid #ffffff;
  border-radius: 70px;
  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;
  color: #111111;
  background-color: #00F2EA;
}
.btn:focus, .btn:active {
  outline: none;
}

/* 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.gif"), url("../images/2.gif");
}

.preload-img.preload-img2 {
  background-image: url("../images/3.gif"), url("../images/4.gif");
}

.preload-img.preload-img3 {
  background-image: url("../images/5.gif"), url("../images/6.gif");
}
.style_alt .steps-wrap .step .girls-images-wrap .girl-image {
  background-position: top center;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* =========================================================================
Unsubscribe
=========================================================================== */
.unsubscribe {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2px;
  z-index: 100;
  padding: 0;
}

.unsubscribe a {
  color: #fff;
  text-decoration: none;
}

.unsubscribe a:hover {
  text-decoration: underline;
}

/* RTL */
.lang-he,
.lang-ar {
  direction: rtl;
}
.lang-he .header,
.lang-ar .header {
  direction: ltr;
}
.lang-he .steps-wrap .step .girls-images-wrap .girl-image .profile-hashtag,
.lang-ar .steps-wrap .step .girls-images-wrap .girl-image .profile-hashtag {
  left: 50px;
  right: 6px;
}
.lang-he .steps-wrap .step .girls-images-wrap .girl-image .profile-info,
.lang-ar .steps-wrap .step .girls-images-wrap .girl-image .profile-info {
  right: auto;
  left: 6px;
}

.style_alt-2 .steps-wrap .step.final-step .step-content-wrap .content-inner .step-title {
  margin-bottom: 8px;
}

/*----> Responsive <---- */
/* Screen 320px */
@media (max-width: 600px) and (orientation: portrait) {
  .steps-wrap {
    padding-bottom: 120px;
  }

  .multilang,
  .otherlang {
    font-size: 19px;
  }
  .multilang .steps-wrap .step.final-step .step-content-wrap .content-inner .step-title,
  .otherlang .steps-wrap .step.final-step .step-content-wrap .content-inner .step-title {
    font-size: 25px;
  }
  .multilang .steps-wrap .step .step-content-wrap .content-inner .step-title-before,
  .multilang .steps-wrap .step .step-content-wrap .content-inner .step-title,
  .otherlang .steps-wrap .step .step-content-wrap .content-inner .step-title-before,
  .otherlang .steps-wrap .step .step-content-wrap .content-inner .step-title {
    font-size: 23px;
  }
  .multilang .btn,
  .otherlang .btn {
    font-size: 19px;
  }

  .style_alt-2.active-step-4 .steps-wrap {
    padding: 20px 0;
  }
}
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8 */
@media (max-width: 479px) and (max-height: 650px) {
  .steps-wrap .step .step-content-wrap .content-inner .step-title {
    font-size: 22px;
  }

  .multilang,
  .otherlang {
    font-size: 18px;
  }
  .multilang .steps-wrap .step .step-content-wrap .content-inner .step-title-before,
  .multilang .steps-wrap .step .step-content-wrap .content-inner .step-title,
  .otherlang .steps-wrap .step .step-content-wrap .content-inner .step-title-before,
  .otherlang .steps-wrap .step .step-content-wrap .content-inner .step-title {
    font-size: 22px;
  }
}
/* Iphone 8/7/6S, Galaxy S5/S6/S7 */
@media (max-width: 400px) and (max-height: 570px) {
  .steps-wrap {
    padding-bottom: 90px;
  }

  .steps-wrap .step .step-content-wrap .content-inner .step-title {
    font-size: 20px;
  }

  .multilang .steps-wrap .step.final-step .step-content-wrap .content-inner .step-title,
  .otherlang .steps-wrap .step.final-step .step-content-wrap .content-inner .step-title {
    font-size: 19px;
  }
  .multilang .steps-wrap .step .step-content-wrap .content-inner .step-title-before,
  .multilang .steps-wrap .step .step-content-wrap .content-inner .step-title,
  .otherlang .steps-wrap .step .step-content-wrap .content-inner .step-title-before,
  .otherlang .steps-wrap .step .step-content-wrap .content-inner .step-title {
    font-size: 20px;
  }
}
/* Iphone SE */
@media (max-width: 400px) and (max-height: 460px) {
  .is--iOs {
    font-size: 17px;
  }
  .is--iOs .btn {
    height: 55px;
  }
  .is--iOs .steps-wrap .step .step-content-wrap .content-inner .step-title {
    font-size: 18px;
  }
  .is--iOs .steps-wrap .step.final-step .step-content-wrap .content-inner .step-title {
    font-size: 19px;
    line-height: 23px;
  }
  .is--iOs .steps-wrap {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .is--iOs .main {
    padding-top: 10px;
  }
  .is--iOs .main::after {
    bottom: -60px;
  }
  .is--iOs.multilang
  .is--iOs.otherlang {
    font-size: 16px;
  }
  .is--iOs.multilang
  .is--iOs.otherlang .steps-wrap .step.final-step .step-content-wrap .content-inner .step-title {
    font-size: 17px;
  }
  .is--iOs.style_alt-2.active-step-4 .steps-wrap .step {
    padding-bottom: 10px;
  }
  .is--iOs.style_alt-2.active-step-4 .steps-wrap .step .step-content-wrap .content-inner {
    margin-bottom: 0;
  }
  .is--iOs.style_alt-2.active-step-4 .btn {
    font-size: 18px;
    height: 50px;
  }
  .is--iOs.style_alt-2.active-step-4 .steps-wrap .step.final-step .step-content-wrap .content-inner .step-title {
    margin-bottom: 5px;
  }
  .is--iOs .steps-wrap .step.final-step.final-step-2 .final-info {
    padding: 10px 15px;
  }
  .is--iOs .steps-wrap .step.final-step.final-step-2 .final-icon {
    max-width: 30px;
    margin-top: 5px;
  }
  .is--iOs .steps-wrap .step.final-step.final-step-2 .info-title {
    font-size: 16px;
  }
  .is--iOs .steps-wrap .step.final-step.final-step-2 .info-list {
    font-size: 15px;
    padding: 0 5px;
  }
}
