*,
*::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] .button {
  display: inline-block;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-size: 24px;
  line-height: 19.2px;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body[lang] .button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e50019;
  border-radius: 5px;
  z-index: -2;
}

body[lang] .button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #98212c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}

body[lang] .button:hover:before {
  width: 100%;
}

body[lang] header {
  padding-top: 52px;
}

body[lang] header #logo {
  height: 60px;
  background: url(logo.png) no-repeat;
}

body[lang] main {
  background: url(./main_BG_1200.png) no-repeat top;
  min-height: 550px;
}

body[lang] main .title {
  color: #ffffff;
  font-size: 53px;
  font-weight: 700;
  line-height: 51px;
  max-width: 575px;
  padding-top: 31px;
}

body[lang] main .sub_title {
  color: #ffffff;
  font-size: 26px;
  line-height: 34px;
  max-width: 500px;
  margin-top: 20px;
}

body[lang] main .button {
  margin-top: 30px;
}

body[lang] .MoveToUsa {
  padding: 12px 0;
  background-color: #1c1e21;
  font-family: Calibri;
}

body[lang] .MoveToUsa__text {
  font-size: 75px;
  font-weight: bolder;
  text-align: center;
  color: #ffffff;
}

body[lang] aside {
  padding-top: 45px;
  padding-bottom: 75px;
}

body[lang] aside .sections__title {
  color: #2e4682;
  font-size: 36px;
  font-weight: 700;
  line-height: 38.98px;
  max-width: 470px;
}

body[lang] aside .bullet {
  color: #181818;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: auto;
  padding-left: 30px;
}

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

body[lang] aside .benefits .bullet {
  min-height: 40px;
  padding-left: 60px;
}

body[lang] aside .benefits .benefit1 {
  background-image: url(./icon1.png);
}

body[lang] aside .benefits .benefit2 {
  background-image: url(./icon2.png);
}

body[lang] aside .benefits .benefit3 {
  background-image: url(./icon3.png);
}

body[lang] aside .benefits .benefit4 {
  background-image: url(./icon4.png);
}

body[lang] aside .benefits .benefit5 {
  background-image: url(./icon5.png);
}

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

body[lang] aside .facts .fact {
  background-image: url(./arrow.svg);
}

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

body[lang] aside .facts .bullet.fact[data-translate='fact1'] {
  font-weight: 700;
}

body[lang] form {
  background: url(./form_BG_1200.png) no-repeat center;
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
  background-size: auto 103%;
}

body[lang] form .row {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 17px 25px;
}

body[lang] form .form-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

body[lang] form .form-title::before {
  -webkit-margin-start: -60px;
          margin-inline-start: -60px;
}

body[lang] form .form-title::after {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

body[lang] form .form-title::before, body[lang] form .form-title::after {
  position: absolute;
  content: ' ';
  background: url(./GCLE_Star.png) no-repeat center;
  width: 40px;
  height: 40px;
}

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

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

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

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

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

body[lang] form input,
body[lang] form select {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  border: 1px solid #99a4b3;
  background-color: #ffffff;
  padding: 0 14px;
  color: #3e3e3e;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 0px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

body[lang] form input::-webkit-input-placeholder,
body[lang] form select::-webkit-input-placeholder {
  color: #3e3e3e;
}

body[lang] form input:-ms-input-placeholder,
body[lang] form select:-ms-input-placeholder {
  color: #3e3e3e;
}

body[lang] form input::-ms-input-placeholder,
body[lang] form select::-ms-input-placeholder {
  color: #3e3e3e;
}

body[lang] form input::placeholder,
body[lang] form select::placeholder {
  color: #3e3e3e;
}

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

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

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

body[lang] form .passport_input_item {
  margin: 0px 5px;
}

body[lang] form select-birthday {
  position: relative;
}

body[lang] form select-birthday .Form_Element_title {
  position: absolute;
  top: -17px;
  font-size: 15px;
  text-align: initial;
}

body[lang] form #divValidPassportRadios {
  text-align: initial;
}

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

body[lang] form #gdprText span {
  color: #fff;
}

body[lang] form .star {
  display: none;
}

body[lang] footer {
  background-color: #343434;
  padding: 33px 0px;
  color: #7b7b7b;
  font-size: 16px;
  text-align: center;
}

body[lang] footer .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] footer .trust_badges img {
  height: 50px;
  width: 100px;
  padding: 0px;
  margin: 0px;
}

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

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

body[lang='fr'] main .sub_title,
body[lang='ru'] main .sub_title {
  max-width: 600px;
}

body[lang='ru'] main .title {
  font-size: 50px;
}

body[lang='ru'] aside .sections__title {
  max-width: 500px;
}

body[lang='es'] main .title {
  max-width: 500px;
}

body[lang='es'] main .sub_title {
  max-width: 546px;
  font-size: 22px;
  margin-top: 10px;
}

body[lang='es'] aside .sections__title {
  font-size: 32px;
  max-width: 526px;
}

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;
  line-height: 70px;
}

body[lang='ar'] main header #logo {
  background-position: right;
}

body[lang='ar'] aside .sections__title {
  max-width: none;
}

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

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

body[lang='ar'] aside .benefits .bullet {
  padding-right: 70px;
  max-width: 600px;
  background-position: right top;
}

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

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

body[lang='ar'] form input,
body[lang='ar'] form select {
  text-align: right !important;
}

body[lang='tr'] main .title {
  font-size: 44px;
  line-height: 44px;
}

body[lang='es'] .MoveToUsa__text,
body[lang='fr'] .MoveToUsa__text,
body[lang='ru'] .MoveToUsa__text,
body[lang='ar'] .MoveToUsa__text {
  font-size: 55px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    font-size: 19px;
    line-height: 16px;
    padding: 10px 22px;
  }
  body[lang] main {
    background-image: url("./main_BG_768.png");
    min-height: 386px;
  }
  body[lang] main header #logo {
    background-size: auto 70%;
  }
  body[lang] main .title {
    font-size: 33px;
    line-height: 41px;
    max-width: 355px;
    padding-top: 21px;
  }
  body[lang] main .sub_title {
    font-size: 18px;
    line-height: 27px;
    max-width: 350px;
    margin-top: 10px;
  }
  body[lang] main .button {
    margin-top: 20px;
  }
  body[lang] .MoveToUsa {
    max-height: 87px;
  }
  body[lang] .MoveToUsa__text {
    font-size: 48px;
  }
  body[lang] aside {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  body[lang] aside .sections__title {
    font-size: 28px;
    line-height: 33px;
    max-width: 345px;
  }
  body[lang] aside .bullet {
    font-size: 17px;
    margin-top: 15px;
  }
  body[lang] aside .benefits {
    background-image: url(./benefits_BG_768.png);
    background-position: left center;
    padding-left: 395px;
    margin-top: 45px;
    min-height: 327px;
  }
  body[lang] aside .benefits .bullet {
    min-height: 34px;
    padding-left: 53px;
  }
  body[lang] aside .benefits .benefit1 {
    background-image: url(./icon1_768.png);
  }
  body[lang] aside .benefits .benefit2 {
    background-image: url(./icon2_768.png);
  }
  body[lang] aside .benefits .benefit3 {
    background-image: url(./icon3_768.png);
  }
  body[lang] aside .benefits .benefit4 {
    background-image: url(./icon4_768.png);
  }
  body[lang] aside .benefits .benefit5 {
    background-image: url(./icon5_768.png);
  }
  body[lang] aside .facts {
    background-image: url(./facts_BG_768.png);
    background-position: right center;
    min-height: 275px;
  }
  body[lang] aside .facts .bullet {
    max-width: 330px;
  }
  body[lang] form {
    background: url(./form_BG_768.png) no-repeat center;
    padding: 35px 0;
    background-size: auto 103%;
  }
  body[lang] form .row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 22px;
  }
  body[lang] form .form-title {
    font-size: 28px;
  }
  body[lang] form .button {
    margin-top: 28px;
  }
  body[lang] form #gdpr {
    margin-top: 17px;
  }
  body[lang] footer {
    padding: 36px 0px;
  }
  body[lang='fr'] main,
  body[lang='ru'] main,
  body[lang='es'] main {
    padding-top: 0;
  }
  body[lang='fr'] main .title,
  body[lang='ru'] main .title,
  body[lang='es'] main .title {
    font-size: 29px;
    max-width: 380px;
  }
  body[lang='fr'] main .sub_title,
  body[lang='ru'] main .sub_title,
  body[lang='es'] main .sub_title {
    font-size: 17px;
    max-width: 360px;
  }
  body[lang='fr'] aside .sections__title,
  body[lang='ru'] aside .sections__title,
  body[lang='es'] aside .sections__title {
    font-size: 24px;
  }
  body[lang='es'] aside .sections__title {
    font-size: 22px;
    max-width: 360px;
  }
  body[lang='ar'] main {
    background-image: url("./main_BG_768_ar.png");
  }
  body[lang='ar'] main .title {
    max-width: 350px;
  }
  body[lang='ar'] aside .sections__title {
    font-size: 25px;
  }
  body[lang='ar'] aside .bullet {
    padding-left: 0px;
    padding-right: 30px;
  }
  body[lang='ar'] aside .benefits {
    padding-left: 0px;
  }
  body[lang='ar'] aside .benefits .bullet {
    padding-right: 50px;
    max-width: 390px;
  }
  body[lang='ar'] aside .facts {
    padding-right: 390px;
  }
  body[lang='ar'] aside .facts .bullet {
    max-width: none;
  }
  body[lang='fr'] main {
    padding-top: 35px;
  }
  body[lang='fr'] main .title {
    max-width: 323px;
  }
  body[lang='fr'] main .sub_title {
    max-width: 323px;
  }
  body[lang='fr'] form .form-title {
    font-size: 27px;
  }
  body[lang='tr'] main .title {
    font-size: 27px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] main {
    background: url("./main_BG_320.png") no-repeat center;
    min-height: 565px;
    padding-top: 20px;
    text-align: center;
  }
  body[lang] main header {
    padding-top: 0;
  }
  body[lang] main header #logo {
    background-size: auto 60%;
    background-position: center;
  }
  body[lang] main .title {
    font-size: 26px;
    line-height: 26px;
    max-width: none;
  }
  body[lang] main .sub_title {
    max-width: none;
    line-height: 23px;
  }
  body[lang] aside {
    padding-top: 22px;
    padding-bottom: 30px;
  }
  body[lang] aside .sections__title {
    font-size: 23px;
    line-height: 25px;
    max-width: none;
    text-align: center;
  }
  body[lang] aside .benefits {
    background-image: url(./benefits_BG_320.png);
    background-position: bottom center;
    padding-bottom: 260px;
    min-height: auto;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 30px;
  }
  body[lang] aside .facts {
    background-image: url(./facts_BG_320.png);
    background-position: bottom center;
    padding-bottom: 245px;
    min-height: auto;
  }
  body[lang] aside .facts .bullet {
    max-width: none;
  }
  body[lang] .MoveToUsa__text {
    font-size: 26px;
  }
  body[lang] form {
    background: url(./form_BG_320.png) no-repeat center;
    background-size: auto 100%;
  }
  body[lang] form .form-title {
    font-size: 23px;
    padding-top: 15px;
  }
  body[lang] form .form-title::after {
    content: none;
  }
  body[lang] form .form-title::before {
    content: none;
  }
  body[lang] form #divValidPassportRadios #passport_inputs {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body[lang] form #passport_inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body[lang] form #gdpr {
    margin-top: 12px;
  }
  body[lang] form #gdpr #gdprText {
    padding-bottom: 15px;
  }
  body[lang] form .star {
    display: block;
    background: url(./GCLE_Star.png) no-repeat center;
    width: 100%;
    height: 40px;
  }
  body[lang] footer {
    padding: 25px 0px;
  }
  body[lang='fr'] main,
  body[lang='ru'] main,
  body[lang='es'] main {
    padding-top: 19px;
  }
  body[lang='fr'] main .title,
  body[lang='ru'] main .title,
  body[lang='es'] main .title {
    font-size: 26px;
  }
  body[lang='fr'] main .sub_title,
  body[lang='ru'] main .sub_title,
  body[lang='es'] main .sub_title {
    font-size: 16px;
    line-height: 21px;
  }
  body[lang='fr'] main .button,
  body[lang='ru'] main .button,
  body[lang='es'] main .button {
    margin-top: 15px;
  }
  body[lang='fr'] aside .sections__title,
  body[lang='ru'] aside .sections__title,
  body[lang='es'] aside .sections__title {
    font-size: 24px;
  }
  body[lang='fr'] .MoveToUsa__text {
    font-size: 21px;
  }
  body[lang='ar'] main .title {
    max-width: none;
    font-size: 31px;
    line-height: 40px;
  }
  body[lang='ar'] aside .sections__title {
    font-size: 28px;
    line-height: 35px;
  }
  body[lang='ar'] aside .benefits {
    padding-left: 0px;
  }
  body[lang='ar'] aside .benefits .bullet {
    padding-right: 50px;
    max-width: none;
    padding-left: 0px;
  }
  body[lang='ar'] aside .facts {
    padding-right: 0px;
  }
  body[lang='ar'] aside .facts .bullet {
    max-width: none;
  }
  body[lang='ar'] .MoveToUsa__text {
    font-size: 18px;
  }
  body[lang='fr'] aside .sections__title,
  body[lang='ru'] aside .sections__title {
    font-size: 29px;
  }
  body[lang='tr'] main .title {
    font-size: 21px;
  }
}
/*# sourceMappingURL=style.css.map */