p {
  line-height: 24px;
  margin: 0 0 20px;
}

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

img {
  max-width: 100%;
}

html {
  background: #ffffff;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #000000;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: url(../images/back.jpg);
}

body,
html,
.steps-wrap {
  height: 100%;
  overflow-x: hidden;
}

.group {
  display: inline-block;
}

/* Header */
.header {
  text-align: left;
  padding: 10px 15px;
  z-index: 2;
  position: relative;
}
.header .logo {
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
}

/* Steps */
.steps-wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.step {
  position: relative;
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none;
  padding: 0;
  z-index: 2;
}
.step .step-top-content {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  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;
}
.step .step-top-content .geo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .step-top-content .geo-wrap .geo {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0 11px 11px 0;
  padding: 5px 6px 5px 17px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: -11px;
}
.step .step-top-content .geo-wrap .geo-flag .flag-icon {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin: 0;
  top: auto;
  background-size: cover;
  border: 1px solid #F5B92C;
}
.step .step-top-content .likes {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  border-radius: 11px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
}
.step .step-content-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 6;
  padding: 20px 15px;
  border-radius: 10px 10px 0 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.step .step-content-wrap .step-title {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin: 0 auto 12px;
}
.step .step-content-wrap > * {
  position: relative;
  z-index: 2;
}
.step .field-wrap {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 11px;
}
.step .field-wrap .field {
  position: relative;
}
.step .field-wrap .field input {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding: 12px 20px;
  background-color: transparent;
  width: 100%;
  text-align: center;
}
.step .field-wrap .field input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.step .field-wrap .field input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.step .field-wrap .field input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.step .field-wrap .field input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.step .field-wrap .field input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.step .field-wrap .field input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.step .field-wrap .field input:focus, .step .field-wrap .field input:active {
  outline: none;
  border: 2px solid #1FDED7;
}
.step .field-wrap .field input:focus::-webkit-input-placeholder, .step .field-wrap .field input:active::-webkit-input-placeholder {
  color: #1fded7;
  opacity: 1;
}
.step .field-wrap .field input:focus:-ms-input-placeholder, .step .field-wrap .field input:active:-ms-input-placeholder {
  color: #1fded7;
  opacity: 1;
}
.step .field-wrap .field input:focus::-ms-input-placeholder, .step .field-wrap .field input:active::-ms-input-placeholder {
  color: #1fded7;
  opacity: 1;
}
.step .field-wrap .field input:focus::placeholder, .step .field-wrap .field input:active::placeholder {
  color: #1fded7;
  opacity: 1;
}
.step .field-wrap .field input:focus:-ms-input-placeholder, .step .field-wrap .field input:active:-ms-input-placeholder {
  color: #1fded7;
}
.step .field-wrap .field input:focus::-ms-input-placeholder, .step .field-wrap .field input:active::-ms-input-placeholder {
  color: #1fded7;
}
.step .field-wrap .field .field-icon {
  display: inline-block;
  max-width: 40px;
  position: absolute;
  line-height: 0;
}
.step .field-wrap .field.field-age .field-icon {
  bottom: -5px;
  left: 12px;
}
.step .field-wrap .field.field-password .field-icon {
  max-width: 35px;
  bottom: calc(100% - 6px);
  right: 14px;
}
.step .field-wrap .field.field-email .field-icon {
  max-width: 35px;
  bottom: calc(100% - 6px);
  left: 14px;
}
.step .field-wrap .field.field-email .field-icon.field-icon-2 {
  max-width: 40px;
  left: auto;
  bottom: -5px;
  right: 6px;
}
.step .field-wrap .error-wrap {
  font-size: 12px;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  position: absolute;
  max-width: 100%;
  bottom: calc(100% + 10px);
  left: 13px;
  right: 13px;
  border-radius: 5px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  pointer-events: none;
}
.step .field-wrap .error-wrap.active-error {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
.step .field-wrap .error-wrap::before {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f5c6cb;
}
.step.step-field-pass .step-title, .step.step-field-email .step-title {
  margin-bottom: 20px;
}
.step.final-step {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step.final-step .step-content-wrap {
  border-radius: 10px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.step.final-step .msg-title {
  font-size: 27px;
  margin: 0 auto 15px;
}
.step.final-step p {
  font-weight: 600;
  margin-bottom: 0;
}
.step.final-step #success-mail {
  color: #1FDED7;
  font-weight: 800;
}

/* 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-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap .btn {
  width: 100%;
}

.btns-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btns-wrap .btn:first-child {
  margin-bottom: 11px;
}

.btn {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  width: 100%;
  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;
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
}
.btn .btn-icon {
  max-width: 40px;
  margin-right: 8px;
  line-height: 0;
  position: relative;
  font-style: normal;
}
.btn.btn-1 {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(-3.01%, #69DBD7), to(#5FCFDF));
  background: linear-gradient(90deg, #69DBD7 -3.01%, #5FCFDF 100%);
}
.btn.btn-2 {
  color: #000000;
  background: transparent;
  border-color: #1FDED7;
}
.btn.disabled {
  position: relative;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.btn.disabled:before {
  content: '';
  display: block;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  position: absolute;
  top: 13px;
  right: 10px;
  left: auto;
}

/* RTL */
.rtl {
  direction: rtl;
}
.rtl .btn .btn-icon {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .step .step-top-content {
  direction: ltr;
}

/* 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,
.active-step-1 .steps-wrap {
  background-image: url("../images/5.jpg");
}

.preload-img.preload-img2,
.active-step-2 .steps-wrap {
  background-image: url("../images/2.jpg");
}

.preload-img.preload-img3,
.active-step-3 .steps-wrap {
  background-image: url("../images/3.jpg");
}

.preload-img.preload-img4,
.active-step-4 .steps-wrap {
  background-image: url("../images/4.jpg");
}

.preload-img.preload-img5,
.active-step-5 .steps-wrap {
  background-image: url("../images/5.jpg");
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Responsive */
.isDesk .step .step-content-wrap {
  position: absolute;
}

.isMobile.isAndroid.keyboard-open.small-size .step .step-content-wrap {
  position: absolute;
}
.isMobile.isAndroid.keyboard-open .step#step3 .step-content-wrap, .isMobile.isAndroid.keyboard-open .step#step4 .step-content-wrap {
  padding-bottom: 65px;
}

.iOs .step .step-content-wrap {
  position: absolute;
}
.iOs.keyboard-open .step#step2 .step-content-wrap, .iOs.keyboard-open .step#step3 .step-content-wrap, .iOs.keyboard-open .step#step4 .step-content-wrap {
  padding-bottom: 80px;
}

/* Screen 320px */
/* Large height mobile size: Galaxy S20+/S20 Ultra */
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */
@media (max-width: 479px) and (max-height: 665px) {
  .isMobile.isAndroid.keyboard-open .step#step2 .step-content-wrap {
    padding-bottom: 65px;
  }
}
/* Iphone 8/7/6S, Galaxy S5/S6/S7 */
@media (max-width: 400px) and (max-height: 570px) {
  .iOs.keyboard-open .step#step2 .step-content-wrap {
    padding-bottom: 20px;
  }
  .iOs.keyboard-open .step#step3 .step-content-wrap, .iOs.keyboard-open .step#step4 .step-content-wrap {
    padding-bottom: 40px;
  }
}
/* Galaxy S10/S9/S8 Keyboard Opened */
@media (max-width: 500px) and (max-height: 390px) {
  .isMobile.isAndroid.keyboard-open .step .field-wrap {
    margin-bottom: 10px;
  }
  .isMobile.isAndroid.keyboard-open .step.step-field .step-content-wrap .step-title {
    margin-bottom: 10px;
  }
}
/* Large height mobile size: Iphone XS/8 Plus/7 Plus/6s Plus, Gallaxy S8/S9 */
@media (max-width: 479px) and (max-height: 650px) {
  body {
    font-size: 19px;
  }
}
/* Iphone SE */
@media (max-width: 400px) and (max-height: 460px) {
  .iOs {
    font-size: 17px;
  }
  .iOs .step .step-content-wrap .step-title {
    font-size: 19px;
  }
  .iOs .step.final-step p {
    line-height: 18px;
    margin: 0 0 0.5rem;
  }
  .iOs .btn .btn-icon {
    max-width: 35px;
  }
  .iOs .step .field-wrap .field input {
    font-size: 16px;
  }
  .iOs .step.final-step .step-content-wrap {
    position: relative;
    top: 20px;
  }
  .iOs .step.final-step .msg-title {
    font-size: 23px;
    margin: 0 auto 7px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.step a {
  text-decoration: none;
  color: #fff;
  width: 100%;
}

.field-age select {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}