/* Include Fonts */
@import url("../../../css.css");
body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
  margin: 0;
  padding: 0;
  background-color: #eee7df;
}

p {
  line-height: 19px;
  margin: 0 0 1rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body{
  height: 100%;
}

.site {
  height: 93%;
  max-width: 500px;
  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;
}

/* Header */
.header {
  position: relative;
  z-index: 100;
}
.header .header-top {
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;
    background-color: #075E54;
    -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    padding: 10px 20px;
    position: relative;
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo .logo-img {
  margin-right: 8px;
}
.header .logo .logo-text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #ffffff;
}
.header .info-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .info-step .info-step-item {
  width: 9px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 12px;
}
.header .info-step .info-step-item:first-child {
  margin-left: 0;
}
.header .info-step .info-step-item.active {
  width: 17px;
  height: 17px;
  background-color: #ffffff;
}
.header .header-geo {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  color: #212121;
  background-color: #ffffff;
  padding: 5px;
  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;
  min-height: 25px;
}
.header .header-geo .geo-flag {
  margin-right: 6px;
}
.header .header-geo .geo-flag .flag-icon {
  border: 2px solid #E2E2E2;
  top: auto;
  margin: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.header .header-geo .geo-city {
  font-weight: 500;
}

/* Steps */
.step {
  -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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 20px 0px;
  background: #ffffff url("../images/bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.step .girl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 96%;
  min-height: 250px;
  position: relative;
  z-index: 5;
  padding-bottom: 7px;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}
.step .girl::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  height: 30%;
  z-index: 1;
}


footer#universal-footer {
    padding: 5px 0px !important;
}


.step .girl .girl-info {
  position: relative;
  z-index: 5;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.step .girl .girl-info > * {
  display: inline-block;
}
.step .girl .girl-info .girl-write {
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}
.step .girl.girl1 {
  background-image: url("../images/1.jpg");
}
.step .girl.girl2, .step .girl.girl3 {
  background-image: url("../images/2.jpg");
}
.step .girl.girl4 {
  background-image: url("../images/3.jpg");
}
.step .girl.girl5 {
  background-image: url("../images/4.jpg");
}
.step .girl.girl6 {
  background-image: url("../images/5.jpg");
}
.step .message {
  background-color: #ffffff;
  position: relative;
  z-index: 6;
  padding: 10px 10px;
  border-radius: 6px;
  border-top-left-radius: 0;
  margin-bottom: 6px;
}
.step .message h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #212121;
  margin: 0;
}
.step .message::before {
  content: '';
  position: absolute;
  top: 0;
  left: -22px;
  width: 41px;
  height: 25px;
  background: url("../images/msg_arrow.svg") no-repeat center;
  background-size: contain;
}
.step .gender-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%;
  margin-bottom: 28px;
}
.step .gender-wrap .gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10%;
  position: relative;
}
.step .gender-wrap .gender:last-child {
  margin-right: 0;
}
.step .gender-wrap .gender input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.step .gender-wrap .gender input:checked + .gender-status:before {
  opacity: 1;
}
.step .gender-wrap .gender .gender-status {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: inset 0px 0px 4px #000;
          box-shadow: inset 0px 0px 4px #000;
  border-radius: 20px;
  margin-right: 10px;
  pointer-events: none;
}
.step .gender-wrap .gender .gender-status::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #17B748;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.step .gender-wrap .gender .gender-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #212121;
  pointer-events: none;
}
.step .field-wrap {
  margin-bottom: 20px;
  position: relative;
}
.step .field-wrap input,

.step .field-wrap select {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #757575;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: inset 0px 0px 4px #000;
          box-shadow: inset 0px 0px 4px #000;
  border-radius: 22px;
  padding: 14px 15px;
  outline: 0px;
}

.datum {
  width: 32.5% !important; 
  outline: 0px;
}



.step .field-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  text-transform: uppercase;
}
.step .field-wrap input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.step .field-wrap input:-ms-input-placeholder {
  text-transform: uppercase;
}
.step .field-wrap input::-ms-input-placeholder {
  text-transform: uppercase;
}
.step .field-wrap input::placeholder {
  text-transform: uppercase;
}
.step .field-wrap .field {
  position: relative;
}
.datum::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #17B748;
}
.step .field-wrap .field .field-show-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 14px;
  background-color: #757575;
  -webkit-mask: url("../images/show-pass.svg") no-repeat center;
  mask: url("../images/show-pass.svg") no-repeat center;
}
.step .field-wrap .field .field-show-btn.is--active {
  background-color: #17B748;
}
.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: 300px;
  bottom: calc(100% + -5px);
  left: 10px;
  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;
  z-index: 10;
}
.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%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f5c6cb;
}
.step .field-wrap .error-wrap .close-error {
  width: 15px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 2px;
  right: 2px;
}
.step .field-wrap .error-wrap .close-error::before {
  content: 'x';
  line-height: 0;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
}
.step .field-wrap .error-wrap .close-error:hover {
  cursor: pointer;
}
.step.final-step {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step.final-step .message {
  margin-bottom: 0;
}
.step.final-step .message::before {
  display: none;
}
.step.final-step .message h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 15px;
}

/* Buttons */
.btn {
  font-size: 18px;
  line-height: 21px;
  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;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 10px;
  width: 45%;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
}
.btn.btn-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))), #17B748;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #17B748;
}
.btn.btn-2 {
  color: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 90, 90, 0.3)), to(rgba(255, 255, 255, 0))), #EFEFEF;
  background: linear-gradient(180deg, rgba(91, 90, 90, 0.3) 0%, rgba(255, 255, 255, 0) 100%), #EFEFEF;
}
.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: 14px;
  height: 14px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  position: absolute;
  top: 14px;
  right: 7px;
  left: auto;
}

.btns-wrap,
.btn-wrap {
  width: 100%;
}

.btn-wrap .btn {
  width: 80%;
}

.btns-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;
}

@-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);
  }
}
/* RTL */
.rtl {
  direction: rtl;
}
.rtl .header .header-top {
  direction: ltr;
}
.rtl .header .header-geo .geo-flag {
  margin-right: 0;
  margin-left: 6px;
}
.rtl .step {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rtl .step .girl {
  margin-left: 1px;
}
.rtl .step .message {
  width: 100%;
  border-radius: 6px;
  border-top-right-radius: 0;
}
.rtl .step .message::before {
  left: auto;
  right: -16px;
}
.rtl .step .gender-wrap .gender {
  margin-right: 0;
  margin-left: 10%;
}
.rtl .step .gender-wrap .gender .gender-status {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .step .gender-wrap .gender:last-child {
  margin-left: 0;
}
.rtl .step .field-wrap {
  width: 100%;
}
.rtl .step .field-wrap .field .field-show-btn {
  right: auto;
  left: 15px;
}
.rtl .step .field-wrap .error-wrap {
  right: 10px;
  left: auto;
}

/*----> Responsive <---- */
/* Iphone 8/7/6S, Gallaxy S5 */
@media (max-width: 400px) and (max-height: 570px) {
  .step .girl {
    min-height: 200px;
  }

  .header .header-top {
    padding: 11px 20px;
  }
}
/* Iphone SE/6 */
@media (max-width: 400px) and (max-height: 460px) {
  .step {
    padding: 12px 25px 10px;
  }
  .step .girl {
    min-height: 170px;
  }
  .step .gender-wrap {
    margin-bottom: 15px;
  }
  .step .message {
    padding: 10px;
    margin-bottom: 10px;
  }
  .step .message h4 {
    font-size: 15px;
    line-height: 18px;
  }
  .step .field-wrap {
    margin-bottom: 10px;
  }
}
