@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 500;
  src: url("HelveticaNeue-CondensedBold.woff2") format("woff2"), url("HelveticaNeue-CondensedBold.woff") format("woff");
}
@font-face {
  font-family: 'Helvetica Neue Cyr';
  font-weight: 500;
  src: url("HelveticaNeueCyr-Bold.woff2") format("woff2"), url("HelveticaNeueCyr-Bold.woff") format("woff");
}
@font-face {
  font-family: 'URW Form SemiCond Extra';
  font-weight: bold;
  src: url("URWFormSemiCond-ExtraBold.woff2") format("woff2"), url("URWFormSemiCond-ExtraBold.woff") format("woff");
}
p {
  line-height: 21px;
  margin: 0 0 1rem;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  background: #ffffff;
}

body {
  font-family: "Helvetica Neue";
  font-size: 19px;
  font-weight: 600;
  color: #111111;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

body,
html,
.steps-wrap {
  height: 100%;
  overflow-x: hidden;
}

.group {
  display: inline-block;
}

/* Header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
  z-index: 2;
  position: relative;
  background-color: rgba(26, 116, 228, 0.7);
}
.header .header-content {
  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;
}
.header .logo {
  font-family: "URW Form SemiCond Extra";
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

/* 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 .photo-content {
  position: absolute;
  top: 15px;
  right: 20px;
  left: 20px;
  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 .photo-content .geo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step .photo-content .geo-wrap .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;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 7px 8px 7px 6px;
  margin-right: auto;
  margin-top: 5px;
}
.step .photo-content .geo-wrap .geo .geo-pin {
  max-width: 15px;
  line-height: 0;
}
.step .photo-content .geo-wrap .geo .geo-city {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #111111;
  text-transform: uppercase;
}
.step .photo-content .geo-wrap .geo-flag .flag-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  top: auto;
}
.step .step-content-wrap {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10px 20px 35px;
  z-index: 6;
  background-color: rgba(26, 116, 228, 0.7);
}
.step .step-content-wrap .step-title {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  margin: 0 auto 20px;
}
.step .step-content-wrap > * {
  position: relative;
  z-index: 2;
}
.step .field-wrap {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 20px;
}
.step .field-wrap .field {
  position: relative;
}
.step .field-wrap .field input {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #111111;
  border: none;
  border-radius: 10px;
  padding: 17px 20px;
  background-color: #f6f6f6;
  width: 100%;
  text-align: center;
}
.step .field-wrap .field input::-webkit-input-placeholder {
  color: #e5e5ed;
  opacity: 1;
}
.step .field-wrap .field input:-ms-input-placeholder {
  color: #e5e5ed;
  opacity: 1;
}
.step .field-wrap .field input::-ms-input-placeholder {
  color: #e5e5ed;
  opacity: 1;
}
.step .field-wrap .field input::placeholder {
  color: #e5e5ed;
  opacity: 1;
}
.step .field-wrap .field input:-ms-input-placeholder {
  color: #e5e5ed;
}
.step .field-wrap .field input::-ms-input-placeholder {
  color: #e5e5ed;
}
.step .field-wrap .field input:focus, .step .field-wrap .field input:active {
  outline: none;
}
.step .field-wrap .field .field-icon {
  display: inline-block;
  max-width: 24px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.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% + 10px);
  left: 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%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f5c6cb;
}
.step.field-step .step-title {
  margin-bottom: 20px;
}
.step.final-step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #111111;
}
.step.final-step .msg-title {
  font-size: 27px;
  margin: 0 auto 15px;
}
.step.final-step p {
  font-weight: 500;
}
.step.final-step #success-mail {
  color: #1a74e4;
  font-weight: 800;
}

.active-step-8 .step-content-wrap {
  background-color: transparent;
}

/* 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;
  position: relative;
}

.btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap .btn {
  width: 100%;
}

.btns-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btns-wrap.multiple-btn .btn {
  width: 48%;
  margin-bottom: 15px;
}
.btns-wrap.multiple-btn .btn:last-child {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.btn {
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  width: 49%;
  height: 60px;
  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: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn .btn-icon {
  max-width: 24px;
  margin-right: 6px;
  line-height: 0;
  position: relative;
  top: -4px;
  font-style: normal;
}
.btn.text-uppercase {
  text-transform: uppercase;
}
.btn.btn-1 {
  color: #e5e5ed;
  border-color: #e5e5ed;
  background-color: #1a74e4;
}
.btn.btn-2 {
  color: #111111;
  background: #ffffff;
}
.btn.btn-2:hover {
  color: #ffffff;
  border-color: #e5e5ed;
  background-color: #1a74e4;
}
.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: 21px;
  right: 10px;
  left: auto;
}

/* 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("1.jpg");
}

.preload-img.preload-img2,
.active-step-2 .steps-wrap {
  background-image: url("2.jpg");
}

.preload-img.preload-img3,
.active-step-3 .steps-wrap {
  background-image: url("3.jpg");
}

.preload-img.preload-img4,
.active-step-4 .steps-wrap {
  background-image: url("4.jpg");
}

.preload-img.preload-img5,
.active-step-5 .steps-wrap {
  background-image: url("5.jpg");
}

.preload-img.preload-img6,
.active-step-6 .steps-wrap {
  background-image: url("6.jpg");
}

.preload-img.preload-img7,
.active-step-7 .steps-wrap {
  background-image: url("7.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);
  }
}
.positionBlock {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
}

/* Universal Landing Page Terms */
.u-lp-terms {
  font-size: 10px;
  font-weight: 400;
  width: 100%;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  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;
}
.u-lp-terms a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  margin-right: 16px;
  z-index: 2;
}
.u-lp-terms a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.3);
  right: -8px;
  top: 1px;
}
.u-lp-terms a:last-child {
  margin-right: 0;
}
.u-lp-terms a:last-child:after {
  display: none;
}
.u-lp-terms a:hover {
  text-decoration: none;
}

/* Cookie */
.cookie-modal-wrap {
  position: fixed;
  bottom: 3px;
  left: 50%;
  max-width: 460px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, 110%);
          transform: translate(-50%, 110%);
  z-index: 111;
}
.cookie-modal-wrap .cm-text {
  font-size: 10px;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.52);
  margin-right: 6px;
  max-width: 60%;
}
.cookie-modal-wrap .cm-text a {
  color: rgba(17, 17, 17, 0.52);
  display: inline-block;
}
.cookie-modal-wrap .cm-btn-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cookie-modal-wrap .cm-btn-wrap .btn {
  font-size: 10px;
  width: 100%;
  height: 30px;
  color: #1a74e4;
  background-color: transparent;
  border: 1px solid #1a74e4;
  border-radius: 8px;
  text-transform: uppercase;
}
.cookie-modal-wrap .cm-btn-wrap .btn:hover {
  color: #ffffff;
  background-color: #1a74e4;
}
.cookie-modal-wrap.cookie-modal-open {
  -webkit-animation: cookieModalOpen 0.3s ease-in both;
          animation: cookieModalOpen 0.3s ease-in both;
}
.cookie-modal-wrap.cookie-modal-hide {
  -webkit-animation: cookieModalHide 0.3s ease-in both;
          animation: cookieModalHide 0.3s ease-in both;
}
@media (max-width: 600px) and (orientation: portrait) {
  .cookie-modal-wrap {
    max-width: calc(100% - 40px);
  }
}

.cookie-active.active-step-1 .step-content-wrap {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.rtl .cookie-modal-wrap .cm-text {
  margin-right: 0;
  margin-left: 6px;
}
.rtl .u-lp-terms a {
  margin-right: 0;
  margin-left: 16px;
}
.rtl .u-lp-terms a::after {
  right: auto;
  left: -8px;
}
.rtl .u-lp-terms a:last-child {
  margin-left: 0;
}

@-webkit-keyframes cookieModalOpen {
  0% {
    -webkit-transform: translate(-50%, 110%);
            transform: translate(-50%, 110%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes cookieModalOpen {
  0% {
    -webkit-transform: translate(-50%, 110%);
            transform: translate(-50%, 110%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes cookieModalHide {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 120%);
            transform: translate(-50%, 120%);
  }
}
@keyframes cookieModalHide {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 120%);
            transform: translate(-50%, 120%);
  }
}
/* Terms */
.land_terms_notice {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin: 10px auto 0;
  position: relative;
  display: inline-block;
  text-align: left;
  list-style: none;
  max-width: calc(100% - 20px);
}
.land_terms_notice .land_terms_notice_item {
  position: relative;
  padding-left: 20px;
  z-index: 4;
}
.land_terms_notice a {
  color: rgba(255, 255, 255, 0.8);
}
.land_terms_notice .terms-check {
  position: absolute;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  top: 1px;
  left: 0;
}
.land_terms_notice .terms-check .check-icon {
  position: absolute;
  width: 9px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.land_terms_notice.terms-err .land_terms_notice_item.terms-unchecked {
  color: #fd5068;
}
.land_terms_notice.terms-err .land_terms_notice_item.terms-unchecked a {
  color: #fd5068;
}
.land_terms_notice .land_terms_notice_item.terms-unchecked .terms-check .check-icon {
  opacity: 0;
}

@media (max-width: 600px) and (orientation: portrait) {
  .land_terms_notice {
    font-size: 2.8vw;
  }
}
.lang-he .land_terms_notice {
  text-align: right;
}
.lang-he .land_terms_notice .land_terms_notice_item {
  padding-left: 0;
  padding-right: 20px;
}
.lang-he .land_terms_notice .land_terms_notice_item .terms-check {
  left: auto;
  right: 0;
}

/* RTL */
.lang-he {
  direction: rtl;
}
.lang-he .step .photo-content .geo-wrap {
  direction: ltr;
}
.lang-he .step .field-wrap .error-wrap {
  left: auto;
  right: 13px;
}

.lang-ru {
  font-family: "Helvetica Neue Cyr";
}
.lang-ru .btn {
  font-family: "Helvetica Neue Cyr";
}

/* Responsive */
.isMobile.iOs.keyboard-open .step#step5 .step-content-wrap {
  padding-bottom: 100px !important;
}
.isMobile.iOs.keyboard-open .step#step5 .btn-wrap {
  padding-bottom: 20px;
}
.isMobile.iOs.keyboard-open .step#step6 .step-content-wrap {
  padding-bottom: 100px !important;
}
.isMobile.iOs.keyboard-open .step#step6 .btn-wrap {
  padding-bottom: 20px;
}
.isMobile.iOs.keyboard-open .step#step7 .step-content-wrap {
  padding-bottom: 70px !important;
}
.isMobile.iOs.keyboard-open .step#step7 .btn-wrap {
  padding-bottom: 50px !important;
}

/* Screen 320px */
@media (max-width: 479px) {
  .header .logo-geo .flag-icon::after {
    bottom: 2px;
  }
}
/* Large height mobile size: Galaxy S20+/S20 Ultra */
@media (max-width: 479px) and (min-height: 625px) and (max-height: 629px) {
  .isMobile.iOs.keyboard-open .step#step6 .step-content-wrap {
    padding-bottom: 130px;
  }
}
@media (max-width: 400px) and (min-height: 460px) and (max-height: 550px) {
  .isMobile.iOs.keyboard-open .step#step6 .step-content-wrap {
    padding-bottom: 80px;
  }
  .isMobile.iOs.keyboard-open .step#step7 .step-content-wrap {
    padding-bottom: 70px;
  }
}
/* 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;
  }
}
/* Iphone SE */
@media (max-width: 400px) and (max-height: 460px) {
  .iOs {
    font-size: 16px;
  }
  .iOs .step .step-content-wrap .step-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .iOs .step.final-step p {
    line-height: 18px;
    margin: 0 0 0.5rem;
  }
  .iOs .btn {
    height: 55px;
  }
  .iOs .step .field-wrap .field input {
    font-size: 16px;
  }
  .iOs .step.final-step .msg-title {
    font-size: 23px;
    margin: 0 auto 7px;
  }
}
