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

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

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

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 {
  background-color: #ffffff;
  color: #0d87ca;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 38px;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  border: 2px solid #ffffff;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

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

body[lang] .button.loader {
  background-color: #0d87ca;
}

body[lang] header {
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 15px rgba(0, 0, 0, 0.16);
  background-color: #e50019;
  padding: 23px 0px;
}

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

body[lang] header .container #logo {
  height: 59px;
  background: url(logo.svg) no-repeat;
  background-size: auto 59px;
  min-width: 350px;
}

body[lang] header .container select.lang {
  cursor: pointer;
  background: url(./lang.svg) no-repeat center left 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #ffffff;
  min-width: 65px;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  outline: none;
  height: 35px;
  background-size: 28px;
}

body[lang] header .container select.lang:focus {
  border: 2px solid #ffffffb0;
  border-radius: 10px;
}

body[lang] header .container select.lang option {
  font-size: 12px;
  color: #000;
}

body[lang] section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 130px;
  gap: 63px;
}

body[lang] section .container .titles_wrapper {
  padding-top: 80px;
}

body[lang] section .container .titles_wrapper .title {
  color: #003766;
  font-size: 28px;
  font-weight: 700;
}

body[lang] section .container .titles_wrapper .sub_title {
  color: #404040;
  font-size: 20px;
  margin-top: 20px;
}

body[lang] section .container .form__wrapper {
  max-width: 600px;
  min-height: 700px;
  padding: 50px 30px;
  -webkit-box-shadow: 0 16px 40px rgba(112, 144, 176, 0.2);
          box-shadow: 0 16px 40px rgba(112, 144, 176, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d87ca), to(#003766));
  background-image: linear-gradient(180deg, #0d87ca 0%, #003766 100%);
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
}

body[lang] section .container .form__wrapper .Form_Element_Holder_Div {
  margin-bottom: 20px;
  text-align: initial;
}

body[lang] section .container .form__wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body[lang] section .container .form__wrapper .row > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

body[lang] section .container .form__wrapper .row > *:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

body[lang] section .container .form__wrapper input,
body[lang] section .container .form__wrapper select {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 20px;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
  background-color: #ffffff;
  width: 100%;
  height: 44px;
}

body[lang] section .container .form__wrapper input:focus,
body[lang] section .container .form__wrapper select:focus {
  outline: none;
  border: 2px solid #4d807b;
  color: #13506c;
}

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

body[lang] section .container .form__wrapper select-birthday {
  position: relative;
}

body[lang] section .container .form__wrapper select-birthday .Form_Element_title {
  position: absolute;
  top: -17px;
  font-size: 15px;
}

body[lang] section .container .form__wrapper .passport_input_item {
  margin: 0px 5px;
}

body[lang] section .container .form__wrapper #divSendEmail input {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

body[lang] section .container .form__wrapper .button {
  margin-top: 40px;
}

body[lang] section .container .form__wrapper #gdprText {
  font-size: 14px;
  text-align: center;
}

body[lang] footer {
  background-color: #003766;
  padding: 35px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
}

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;
  max-height: 75px;
  padding-top: 20px;
}

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

body[lang] footer .trust_badges .trustBadge {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

body[lang="ar"] {
  direction: rtl;
  font-family: Arial, Helvetica, sans-serif;
}

body[lang="ar"] header .container #logo {
  background-position: center right;
}

body[lang="ar"] header .container select.lang {
  background-position: center right;
}

body[lang="ar"] section .container .titles_wrapper .title {
  font-size: 32px;
}

body[lang="ar"] section .container .titles_wrapper .sub_title {
  font-size: 25px;
}

body[lang="ar"] section .container .form__wrapper {
  font-size: 19px;
}

body[lang="ar"] section .container .form__wrapper #gdprText {
  font-size: 17px;
}

body[lang="tr"] section .container .titles_wrapper .title {
  font-size: 25px;
}

body[lang="ru"] section .container .titles_wrapper .title {
  font-size: 27px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    font-size: 18px;
    padding: 12px 30px;
  }
  body[lang] header .container #logo {
    height: 45px;
    background-size: auto 45px;
  }
  body[lang] header .container select.lang {
    background-size: 25px;
    height: 34px;
  }
  body[lang] section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-top: 50px;
  }
  body[lang] section .container .titles_wrapper {
    padding-top: 0px;
  }
  body[lang] section .container .titles_wrapper .title {
    font-size: 24px;
  }
  body[lang] section .container .titles_wrapper .sub_title {
    font-size: 16px;
  }
  body[lang] section .container .form__wrapper {
    max-width: none;
  }
  body[lang] section .container .form__wrapper #divBdayHeader {
    min-width: 250px;
  }
  body[lang] section .container .form__wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body[lang] section .container .form__wrapper .row > * {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  body[lang="ar"] {
    direction: rtl;
    font-family: Arial, Helvetica, sans-serif;
  }
  body[lang="ar"] header .container #logo {
    background-position: center right;
  }
  body[lang="ar"] header .container select.lang {
    background-position: center right;
  }
  body[lang="ar"] section .container .titles_wrapper .title {
    font-size: 27px;
  }
  body[lang="ar"] section .container .titles_wrapper .sub_title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] header .container #logo {
    height: 35px;
    background-size: auto 35px;
    min-width: 160px;
  }
  body[lang] header .container select.lang {
    -webkit-padding-start: 26px;
            padding-inline-start: 26px;
    max-height: 30px;
    background-size: 20px;
    min-width: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  body[lang] section .container {
    gap: 30px;
    padding-bottom: 130px;
    text-align: center;
  }
  body[lang] section .container .titles_wrapper .title {
    font-size: 20px;
  }
  body[lang] section .container .titles_wrapper .sub_title {
    font-size: 16px;
  }
  body[lang] section .container .form__wrapper {
    margin: auto;
    padding: 50px 20px;
  }
  body[lang] section .container .form__wrapper input,
  body[lang] section .container .form__wrapper select {
    padding: 0px 0px 0px 10px;
  }
  body[lang="fr"] section .container .titles_wrapper .title,
  body[lang="es"] section .container .titles_wrapper .title,
  body[lang="tr"] section .container .titles_wrapper .title,
  body[lang="ru"] section .container .titles_wrapper .title {
    font-size: 22px;
  }
  body[lang="fr"] .button,
  body[lang="es"] .button,
  body[lang="tr"] .button,
  body[lang="ru"] .button {
    font-size: 18px;
    padding: 12px 17px;
  }
  body[lang="ar"] section .container .titles_wrapper .title {
    font-size: 25px;
  }
  body[lang="ar"] section .container .titles_wrapper .sub_title {
    font-size: 20px;
  }
  body[lang="ar"] section .container .form__wrapper select-birthday .Form_Element_title {
    font-size: 17px;
    top: -18px;
  }
}
/*# sourceMappingURL=style.css.map */