*,
*::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, "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
}

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;
}

#sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  border-radius: 0px;
  z-index: 10;
}

.button {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  padding: 14px 35px;
  background-color: #e50019;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.button:hover {
  background-color: #aa0013;
}

.button:focus {
  -webkit-box-shadow: 0 0 1px 1px #ffffff, 0 0 1px 2px #000000;
          box-shadow: 0 0 1px 1px #ffffff, 0 0 1px 2px #000000;
}

body[lang] main {
  background: url("./main_BG_1920.png") no-repeat center top -5px;
  min-height: 880px;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

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

body[lang] main header #logo {
  background: url("./logo.svg") no-repeat left center;
  background-size: auto 64px;
  height: 64px;
}

body[lang] main .title {
  margin-top: 20px;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  max-width: 520px;
}

body[lang] main .sub_title {
  font-size: 30px;
  max-width: 460px;
  margin-top: 10px;
}

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

body[lang] .bullets {
  color: #1c5988;
  text-align: center;
  padding: 55px 0px;
}

body[lang] .bullets__main_title {
  font-size: 55px;
  font-weight: 700;
  max-width: 1000px;
  margin: auto;
}

body[lang] .bullets__sub_title {
  font-size: 35px;
  margin-top: 15px;
}

body[lang] .bullets__wrapper {
  text-align: start;
  background: url("./advantages_BG_1920.png") center left no-repeat;
  -webkit-padding-start: 590px;
          padding-inline-start: 590px;
  min-height: 473px;
  margin-top: 50px;
}

body[lang] .bullets__wrapper .bullets__title {
  font-size: 35px;
  font-weight: 700;
}

body[lang] .bullets__wrapper .bullet {
  margin-top: 15px;
  font-size: 25px;
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}

body[lang] .bullets__wrapper .bullet:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 19px;
  top: 5px;
  left: 0;
  z-index: -1;
  background-size: 16px 19px;
  background: url("./bullet.svg") no-repeat center left;
}

body[lang] .form_wrapper {
  background: url("./wave.svg") no-repeat center top;
  background-size: auto 100%;
  min-height: 1065px;
  padding-top: 350px;
  padding-bottom: 40px;
  margin-top: -300px;
}

body[lang] .form_wrapper form {
  text-align: center;
  color: #ffffff;
}

body[lang] .form_wrapper form .form_title {
  font-size: 55px;
  font-weight: 700;
}

body[lang] .form_wrapper form .rows {
  text-align: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
  margin-top: 25px;
}

body[lang] .form_wrapper form .rows input,
body[lang] .form_wrapper form .rows select {
  width: 100%;
  font-size: 16px;
  height: 44px;
  border: 1px solid #99a4b3;
  background-color: #ffffff;
  padding: 0px 14px;
  color: #535353;
}

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

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

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

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

body[lang] .form_wrapper form .rows input:focus,
body[lang] .form_wrapper form .rows select:focus {
  outline: none;
  border: 2px solid #2f597b;
  color: #2f5879;
}

body[lang] .form_wrapper form .rows input:focus::-webkit-input-placeholder,
body[lang] .form_wrapper form .rows select:focus::-webkit-input-placeholder {
  color: #2f5879;
}

body[lang] .form_wrapper form .rows input:focus:-ms-input-placeholder,
body[lang] .form_wrapper form .rows select:focus:-ms-input-placeholder {
  color: #2f5879;
}

body[lang] .form_wrapper form .rows input:focus::-ms-input-placeholder,
body[lang] .form_wrapper form .rows select:focus::-ms-input-placeholder {
  color: #2f5879;
}

body[lang] .form_wrapper form .rows input:focus::placeholder,
body[lang] .form_wrapper form .rows select:focus::placeholder {
  color: #2f5879;
}

body[lang] .form_wrapper form .rows input[type="radio"],
body[lang] .form_wrapper form .rows input[type="checkbox"] {
  width: 17px;
  height: 17px;
  cursor: pointer;
}

body[lang] .form_wrapper form .rows #divBday {
  margin-top: -17px;
}

body[lang] .form_wrapper form .rows #divValidPassportRadios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}

body[lang] .form_wrapper .button {
  margin-top: 55px;
  text-transform: none;
}

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

body[lang] footer {
  padding: 40px 0px;
  color: #585151;
  font-size: 16px;
  text-align: center;
}

body[lang="es"] .button,
body[lang="fr"] .button,
body[lang="ru"] .button {
  font-size: 23px;
  padding: 12px 26px;
}

body[lang="es"] main .title,
body[lang="fr"] main .title,
body[lang="ru"] main .title {
  font-size: 64px;
  line-height: 68px;
}

body[lang="es"] .bullets__sub_title,
body[lang="fr"] .bullets__sub_title,
body[lang="ru"] .bullets__sub_title {
  font-size: 28px;
}

body[lang="es"] .bullets__wrapper .bullets__title,
body[lang="fr"] .bullets__wrapper .bullets__title,
body[lang="ru"] .bullets__wrapper .bullets__title {
  font-size: 31px;
}

body[lang="es"] .form_wrapper,
body[lang="fr"] .form_wrapper,
body[lang="ru"] .form_wrapper {
  padding-top: 460px;
}

body[lang="es"] .bullets__wrapper .bullet,
body[lang="fr"] .bullets__wrapper .bullet,
body[lang="ru"] .bullets__wrapper .bullet {
  font-size: 22px;
}

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

body[lang="ar"] main {
  background: url("./main_BG_1920_ar.png") no-repeat center top -5px;
}

body[lang="ar"] main header #logo {
  background: url("./logo.svg") no-repeat right center;
}

body[lang="ar"] .bullets__wrapper {
  background: url("./advantages_BG_1920.png") center right no-repeat;
}

body[lang="ar"] .bullets__wrapper .bullet:before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body[lang="ar"] .form_wrapper {
  background: url("./wave_1920_ar.png") no-repeat center top;
}

body[lang="tr"] .form_wrapper {
  margin-top: -260px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  .button {
    font-size: 18px;
    padding: 8px 20px;
  }
  body[lang] main {
    background: url("./main_BG_768.png") no-repeat center top;
    min-height: 556px;
  }
  body[lang] main header {
    padding-top: 25px;
  }
  body[lang] main header #logo {
    background-size: auto 44px;
    height: 44px;
  }
  body[lang] main .title {
    margin-top: 10px;
    font-size: 45px;
    line-height: 45px;
    max-width: 315px;
  }
  body[lang] main .sub_title {
    font-size: 21px;
    max-width: 315px;
  }
  body[lang] main .button {
    margin-top: 30px;
  }
  body[lang] .bullets {
    padding: 40px 0px;
  }
  body[lang] .bullets__main_title {
    font-size: 35px;
    max-width: none;
  }
  body[lang] .bullets__sub_title {
    font-size: 23px;
    margin-top: 10px;
  }
  body[lang] .bullets__wrapper {
    background: url("./advantages_BG_768.png") center left no-repeat;
    -webkit-padding-start: 375px;
            padding-inline-start: 375px;
    min-height: 314px;
    margin-top: 20px;
  }
  body[lang] .bullets__wrapper .bullets__title {
    font-size: 23px;
  }
  body[lang] .bullets__wrapper .bullet {
    margin-top: 10px;
    font-size: 18px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
  body[lang] .bullets__wrapper .bullet:before {
    background: url("./bullet.svg") no-repeat top 5px left;
    top: 0px;
    background-size: 11px 12px;
  }
  body[lang] .form_wrapper {
    background-size: auto auto;
    background: url("./wave_768.png") no-repeat center top;
    min-height: 1200px;
    padding-top: 230px;
    padding-bottom: 40px;
    margin-top: -150px;
  }
  body[lang] .form_wrapper form .form_title {
    font-size: 35px;
  }
  body[lang] .form_wrapper form .rows {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  body[lang] .form_wrapper form .rows input,
  body[lang] .form_wrapper form .rows select {
    height: 40px;
  }
  body[lang] .form_wrapper .button {
    margin-top: 35px;
    font-size: 20px;
    padding: 13px 31px;
  }
  body[lang] .form_wrapper #gdpr {
    margin-top: 15px;
  }
  body[lang] footer {
    padding: 35px 0px;
  }
  body[lang="es"] .button,
  body[lang="fr"] .button,
  body[lang="ru"] .button {
    font-size: 18px;
    padding: 8px 16px;
  }
  body[lang="es"] main .title,
  body[lang="fr"] main .title,
  body[lang="ru"] main .title {
    font-size: 35px;
    line-height: 38px;
  }
  body[lang="es"] main .button,
  body[lang="fr"] main .button,
  body[lang="ru"] main .button {
    margin-top: 20px;
  }
  body[lang="es"] .bullets__main_title,
  body[lang="fr"] .bullets__main_title,
  body[lang="ru"] .bullets__main_title {
    font-size: 30px;
  }
  body[lang="es"] .bullets__sub_title,
  body[lang="fr"] .bullets__sub_title,
  body[lang="ru"] .bullets__sub_title {
    font-size: 22px;
  }
  body[lang="es"] .bullets__wrapper .bullets__title,
  body[lang="fr"] .bullets__wrapper .bullets__title,
  body[lang="ru"] .bullets__wrapper .bullets__title {
    font-size: 19px;
  }
  body[lang="ar"] main {
    background: url(./main_BG_768_ar.png) no-repeat center top;
  }
  body[lang="ar"] .bullets__wrapper {
    background: url(./advantages_BG_768.png) center right no-repeat;
  }
  body[lang="ar"] .form_wrapper {
    background: url("./wave_768_ar.png") no-repeat center top;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 18px;
  }
  body[lang] main {
    background: url("./main_BG_320.png") no-repeat center bottom;
    min-height: 550px;
    text-align: center;
    padding-bottom: 480px;
  }
  body[lang] main header {
    padding-top: 10px;
  }
  body[lang] main header #logo {
    background-size: auto 35px;
    height: 35px;
    background-position: center;
  }
  body[lang] main .title {
    font-size: 30px;
    line-height: 32px;
    max-width: none;
  }
  body[lang] main .sub_title {
    font-size: 20px;
    max-width: none;
  }
  body[lang] main .button {
    margin-top: 25px;
  }
  body[lang] .bullets {
    padding: 40px 0px;
  }
  body[lang] .bullets__main_title {
    font-size: 27px;
  }
  body[lang] .bullets__sub_title {
    font-size: 20px;
  }
  body[lang] .bullets__wrapper {
    background: url("./advantages_BG_320.png") center top no-repeat;
    padding-top: 280px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    min-height: auto;
    margin: auto;
    margin-top: 25px;
  }
  body[lang] .bullets__wrapper .bullets__title {
    font-size: 20px;
    text-align: center;
  }
  body[lang] .bullets__wrapper .bullet {
    text-align: start;
  }
  body[lang] .form_wrapper {
    background: url("./wave_320.png") no-repeat center top;
    min-height: auto;
    padding-top: 344px;
    background-size: 1000px 100%;
    padding-bottom: 40px;
    margin-top: -150px;
  }
  body[lang] .form_wrapper form .form_title {
    font-size: 25px;
  }
  body[lang] .form_wrapper form .rows input,
  body[lang] .form_wrapper form .rows select {
    height: 44px;
  }
  body[lang] .form_wrapper form .rows #divValidPassportRadios {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body[lang] .form_wrapper #gdpr {
    margin-top: 10px;
  }
  body[lang] footer {
    padding: 40px 0px 70px 0px;
  }
  body[lang="es"] .button,
  body[lang="fr"] .button,
  body[lang="ru"] .button {
    font-size: 16px;
    line-height: 20px;
  }
  body[lang="es"] main .sub_title,
  body[lang="fr"] main .sub_title,
  body[lang="ru"] main .sub_title {
    font-size: 19px;
  }
  body[lang="es"] .bullets__main_title,
  body[lang="fr"] .bullets__main_title,
  body[lang="ru"] .bullets__main_title {
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */