*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  position: relative;
  font-family: "Calibri";
}

html {
  height: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  display: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin: auto;
  padding: 0 20px;
}

body[lang] .trust_badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body[lang] .trust_badges img {
  height: 50px;
  width: 100px;
  padding: 0px;
  margin: 0px;
}

body[lang] .trust_badges iframe {
  height: 100px;
  width: 200px;
  padding: 0px;
  margin: 0px;
}

body[lang] .button {
  border-radius: 10px;
  background-color: rgba(230, 10, 36, 0.9);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-size: 35px;
  padding: 17px 40px;
  margin-top: 33px;
}

body[lang] .button:hover {
  background-color: #de041e;
}

body[lang] header {
  padding: 13px 0px;
  background-color: #1c5988;
}

body[lang] header #logo {
  height: 40px;
  background-image: url(logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

body[lang] main {
  background-image: url("./main_BG_1200.png");
  background-position: top;
  background-repeat: no-repeat;
  min-height: 692px;
  padding-top: 45px;
}

body[lang] main .title {
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  max-width: 683px;
}

body[lang] main .sub_title {
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin-top: 10px;
}

body[lang] .sections_title {
  color: #1c5988;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 0px 130px;
  margin-top: 20px;
}

body[lang] .bullet {
  color: #1c5988;
  font-size: 18px;
  margin-top: 20px;
  background-image: url(./arrow.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
}

body[lang] .benefits {
  background-image: url(./benefits_BG_1200.png);
  background-position: left top 20px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 580px;
  margin-top: 30px;
  min-height: 276px;
}

body[lang] .benefits__title {
  color: #1c5988;
  font-size: 30px;
  font-weight: 700;
}

body[lang] .facts {
  background-image: url(./facts_BG_1200.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 450px;
  padding-bottom: 30px;
  margin-top: 45px;
}

body[lang] .facts__title {
  color: #1c5988;
  font-size: 30px;
  font-weight: 700;
  max-width: 570px;
}

body[lang] .facts .bullet {
  max-width: 530px;
}

body[lang] footer {
  background-color: rgba(197, 197, 197, 0.3);
  padding: 35px 0px;
  text-align: center;
  color: #5a4f4f;
  font-family: "Segoe UI";
  font-size: 16px;
}

body[lang] .dropshadow {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

body[lang] .dropshadow form {
  background-color: #ffffff;
  padding: 50px 75px;
  position: relative;
  margin: auto;
  margin-top: 50px;
  max-width: 625px;
  text-align: center;
}

body[lang] .dropshadow form .closeBtn {
  position: absolute;
  top: 26px;
  right: 30px;
  width: 22px;
  height: 22px;
  background-image: url(close.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

body[lang] .dropshadow form .form-title {
  color: #00283f;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}

body[lang] .dropshadow form select:focus,
body[lang] .dropshadow form input:focus {
  color: #0482ca;
  outline-color: #0482ca;
}

body[lang] .dropshadow form select:focus::-webkit-input-placeholder,
body[lang] .dropshadow form input:focus::-webkit-input-placeholder {
  color: #0482ca;
}

body[lang] .dropshadow form select:focus:-ms-input-placeholder,
body[lang] .dropshadow form input:focus:-ms-input-placeholder {
  color: #0482ca;
}

body[lang] .dropshadow form select:focus::-ms-input-placeholder,
body[lang] .dropshadow form input:focus::-ms-input-placeholder {
  color: #0482ca;
}

body[lang] .dropshadow form select:focus::placeholder,
body[lang] .dropshadow form input:focus::placeholder {
  color: #0482ca;
}

body[lang] .dropshadow form .Form_Element_Holder_Div {
  margin-bottom: 20px;
}

body[lang] .dropshadow form input,
body[lang] .dropshadow form select {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #bed6ea;
  background-color: #ffffff;
  padding: 0 14px;
  color: #535353;
}

body[lang] .dropshadow form input::-webkit-input-placeholder,
body[lang] .dropshadow form select::-webkit-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow form input:-ms-input-placeholder,
body[lang] .dropshadow form select:-ms-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow form input::-ms-input-placeholder,
body[lang] .dropshadow form select::-ms-input-placeholder {
  color: #535353;
}

body[lang] .dropshadow form input::placeholder,
body[lang] .dropshadow form select::placeholder {
  color: #535353;
}

body[lang] .dropshadow form input:required,
body[lang] .dropshadow form select:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body[lang] .dropshadow form input[type="radio"],
body[lang] .dropshadow form input[type="checkbox"] {
  width: 17px;
  height: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body[lang] .dropshadow form #divLname {
  margin-bottom: 10px;
}

body[lang] .dropshadow form select-birthday .Form_Element_title {
  font-size: 15px;
  text-align: initial;
  color: #535353;
}

body[lang] .dropshadow form #divValidPassportRadios {
  margin-top: 12px;
  text-align: initial;
}

body[lang] .dropshadow form .button {
  font-size: 19px;
  margin-top: 25px;
}

body[lang] .dropshadow form #gdpr {
  margin-top: 20px;
}

body[lang] .dropshadow form #gdpr #gdpr_pp_link {
  text-decoration: underline;
}

body[lang="fr"] main .title,
body[lang="es"] main .title,
body[lang="ru"] main .title {
  font-size: 50px;
  max-width: 700px;
}

body[lang="fr"] main .sub_title,
body[lang="es"] main .sub_title,
body[lang="ru"] main .sub_title {
  max-width: 550px;
  font-size: 40px;
}

body[lang="fr"] main .title {
  max-width: 600px;
}

body[lang="fr"] main .button {
  font-size: 30px;
}

body[lang="ar"] {
  direction: rtl;
}

body[lang="ar"] main {
  background-image: url("./main_BG_1200_ar.png");
}

body[lang="ar"] main .title {
  max-width: 490px;
}

body[lang="ar"] main .button {
  margin-top: 45px;
}

body[lang="ar"] .bullet {
  background-position: right top;
  padding-left: 0px;
  padding-right: 40px;
}

body[lang="ar"] .benefits {
  padding-left: 0px;
}

body[lang="ar"] .facts {
  padding-right: 650px;
}

body[lang="ar"] .facts .bullet {
  max-width: none;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    font-size: 25px;
    padding: 13px 35px;
    margin-top: 20px;
  }
  body[lang] header {
    padding: 10px 0px;
  }
  body[lang] header #logo {
    height: 34px;
  }
  body[lang] main {
    background-image: url("./main_BG_768.png");
    min-height: 466px;
    padding-top: 25px;
  }
  body[lang] main .title {
    font-size: 45px;
    max-width: 515px;
  }
  body[lang] main .sub_title {
    font-size: 30px;
  }
  body[lang] .sections_title {
    font-size: 30px;
    padding: 0px 30px;
  }
  body[lang] .bullet {
    font-size: 16px;
    margin-top: 20px;
  }
  body[lang] .benefits {
    background-image: url(./benefits_BG_768.png);
    background-position: left center;
    padding-left: 375px;
    margin-top: 20px;
    min-height: auto;
  }
  body[lang] .benefits__title {
    font-size: 25px;
  }
  body[lang] .facts {
    background-image: url(./facts_BG_768.png);
    background-position: right center;
    max-width: none;
    min-height: auto;
    padding-bottom: 30px;
    margin-top: 25px;
  }
  body[lang] .facts__title {
    font-size: 25px;
    max-width: 420px;
  }
  body[lang] .facts .bullet {
    max-width: 397px;
  }
  body[lang] footer {
    padding: 30px 0px;
    font-size: 15px;
  }
  body[lang="fr"] main .title,
  body[lang="es"] main .title,
  body[lang="ru"] main .title {
    font-size: 36px;
  }
  body[lang="ar"] main {
    background-image: url("./main_BG_768_ar.png");
  }
  body[lang="ar"] .bullet {
    padding-left: 0px;
    padding-right: 40px;
  }
  body[lang="ar"] .benefits {
    padding-left: 0px;
  }
  body[lang="ar"] .facts {
    padding-right: 400px;
  }
  body[lang="ar"] .facts .bullet {
    max-width: none;
  }
  body[lang="fr"] main .button {
    font-size: 20px;
    padding: 12px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 20px;
  }
  body[lang] header #logo {
    height: 24px;
  }
  body[lang] main {
    background-image: url("./main_BG_320.png");
    text-align: center;
    min-height: 307px;
  }
  body[lang] main .title {
    font-size: 25px;
    max-width: none;
  }
  body[lang] main .sub_title {
    font-size: 18px;
    max-width: none;
  }
  body[lang] .sections_title {
    font-size: 20px;
    padding: 0px;
  }
  body[lang] .bullet {
    margin-top: 20px;
  }
  body[lang] .benefits {
    background-image: url(./benefits_BG_320.png);
    background-position: top;
    padding-left: 0px;
    margin-top: 25px;
    padding-top: 120px;
  }
  body[lang] .benefits__title {
    font-size: 20px;
    text-align: center;
  }
  body[lang] .facts {
    background-image: url(./facts_BG_320.png);
    background-position: top;
    padding-top: 210px;
  }
  body[lang] .facts__title {
    font-size: 20px;
    text-align: center;
    max-width: none;
  }
  body[lang] .facts .bullet {
    max-width: none;
  }
  body[lang] footer {
    padding: 25px 0px;
    font-size: 14px;
  }
  body[lang] .dropshadow form {
    padding: 50px 25px;
  }
  body[lang] .dropshadow form .form-title {
    font-size: 20px;
  }
  body[lang] .dropshadow form select-birthday .Form_Element_title {
    top: -16px;
    font-size: 14px;
  }
  body[lang] .dropshadow form #divValidPassportRadios {
    display: block;
  }
  body[lang] .dropshadow form #divValidPassportRadios #passport_inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
  }
  body[lang] .dropshadow form .button {
    margin-top: 25px;
  }
  body[lang="fr"] main .title,
  body[lang="es"] main .title,
  body[lang="ru"] main .title {
    font-size: 21px;
  }
  body[lang="ar"] main {
    background-image: url("./main_BG_320_ar.png");
  }
  body[lang="ar"] .facts {
    padding-right: 0px;
  }
  body[lang="ar"] #birth_year {
    padding: 0 7px;
  }
}
/*# sourceMappingURL=style.css.map */