*,
*::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;
}

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

body[lang] .step1 .button {
  border: 0;
  background-color: #ad171c;
  color: #fff;
  padding: 20px 23px;
  border-radius: 50px;
  font-weight: bolder;
  font-size: 23px;
  cursor: pointer;
  -webkit-transition: background-color 130ms ease-in;
  transition: background-color 130ms ease-in;
  border: 1px solid #ad171c;
}

body[lang] .step1 .button:hover {
  color: #ad171c;
  background-color: #fff;
}

body[lang] .step1 .button.loader {
  background-color: #ad171c !important;
}

body[lang] .step1 .main {
  padding-top: 26px;
  padding-bottom: 45px;
  background: url(./main_bg_1920.png) no-repeat center top #0e2550;
}

body[lang] .step1 .main #logo {
  background: url(./logo.svg) no-repeat center top;
  width: 100%;
  height: 89px;
}

body[lang] .step1 .main__title_wrapper {
  text-align: center;
}

body[lang] .step1 .main__title_wrapper__title {
  max-width: 765px;
  margin: auto;
  font-size: 48px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-top: 10px;
}

body[lang] .step1 .main__title_wrapper__sub_title {
  font-size: 25px;
  font-weight: 500;
  padding-top: 21px;
  color: #fff;
}

body[lang] .step1 .main__wrapper {
  padding-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body[lang] .step1 .main__wrapper__bullets {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 785px;
}

body[lang] .step1 .main__wrapper__bullets__title {
  font-size: 28px;
  font-weight: 600;
}

body[lang] .step1 .main__wrapper__bullets .bullet {
  padding: 40px;
  -webkit-padding-start: 130px;
          padding-inline-start: 130px;
  font-size: 22px;
}

body[lang] .step1 .main__wrapper__bullets .bullet1 {
  background: url(./bullet1.png) no-repeat center left;
}

body[lang] .step1 .main__wrapper__bullets .bullet2 {
  background: url(./bullet2.png) no-repeat center left;
}

body[lang] .step1 .main__wrapper__bullets .bullet3 {
  background: url(./bullet3.png) no-repeat center left;
}

body[lang] .step1 .main__wrapper__bullets .bullet4 {
  background: url(./bullet4.png) no-repeat center left;
}

body[lang] .step1 .main__wrapper__form {
  background: -webkit-gradient(linear, left top, left bottom, from(#e71b23), to(#821517));
  background: linear-gradient(#e71b23, #821517);
  padding: 32px 50px;
  border-radius: 30px;
}

body[lang] .step1 .main__wrapper__form form {
  text-align: center;
  max-width: 550px;
  margin: auto;
  color: #fff;
}

body[lang] .step1 .main__wrapper__form form .form__title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding-bottom: 17px;
}

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

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

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

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

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

body[lang] .step1 .main__wrapper__form form select:focus,
body[lang] .step1 .main__wrapper__form form input:focus {
  border: 2px solid #0f4c82;
  color: #0f4c82;
}

body[lang] .step1 .main__wrapper__form form select:focus::-webkit-input-placeholder,
body[lang] .step1 .main__wrapper__form form input:focus::-webkit-input-placeholder {
  color: #0f4c82;
}

body[lang] .step1 .main__wrapper__form form select:focus:-ms-input-placeholder,
body[lang] .step1 .main__wrapper__form form input:focus:-ms-input-placeholder {
  color: #0f4c82;
}

body[lang] .step1 .main__wrapper__form form select:focus::-ms-input-placeholder,
body[lang] .step1 .main__wrapper__form form input:focus::-ms-input-placeholder {
  color: #0f4c82;
}

body[lang] .step1 .main__wrapper__form form select:focus::placeholder,
body[lang] .step1 .main__wrapper__form form input:focus::placeholder {
  color: #0f4c82;
}

body[lang] .step1 .main__wrapper__form form #divBdayHeader {
  color: #fff;
}

body[lang] .step1 .main__wrapper__form form .Form_Element_Holder_Div {
  text-align: initial;
  margin-bottom: 15px;
}

body[lang] .step1 .main__wrapper__form form input[type='radio'],
body[lang] .step1 .main__wrapper__form form input[type='checkbox'] {
  width: 17px;
  height: 17px;
}

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

body[lang] .step1 .main__wrapper__form form .button {
  background-color: #fff;
  color: #ad171c;
}

body[lang] .step1 .main__wrapper__form form .button:hover {
  background-color: #ad171c;
  color: #fff;
}

body[lang] .step1 .services__mobile {
  display: none;
}

body[lang] .step1 .services__content .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 170px;
}

body[lang] .step1 .services__content .flex-row:not(.head) {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}

body[lang] .step1 .services__content .flex-row.head {
  gap: 0 80px;
}

body[lang] .step1 .services__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body[lang] .step1 .services__content__header {
  background: radial-gradient(#37609e, #22406e);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -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] .step1 .services__content__header1, body[lang] .step1 .services__content__header2, body[lang] .step1 .services__content__header3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

body[lang] .step1 .services__content__header3 {
  max-width: 150px;
  text-align: center;
}

body[lang] .step1 .services__content__data:nth-child(even) {
  background: #d6ebffcc;
}

body[lang] .step1 .services__content__data:nth-child(odd) {
  background: #fff;
}

body[lang] .step1 .services__content__data__title {
  font-size: 21px;
  font-weight: 600;
  padding: 24px 0;
  color: #203761;
  max-width: 665px;
}

body[lang] .step1 .services__content__data__x {
  background: url(./no.png) no-repeat center;
  width: 55px;
  height: 55px;
}

body[lang] .step1 .services__content__data__v {
  background: url(./yes.png) no-repeat center;
  width: 55px;
  height: 55px;
}

body[lang] .step1 .register {
  padding-top: 47px;
}

body[lang] .step1 .register__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #203761;
}

body[lang] .step1 .register__sub_title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #203761;
  padding-top: 28px;
}

body[lang] .step1 .register__btn_wrapper {
  text-align: center;
  padding-top: 41px;
  padding-bottom: 66px;
  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;
  gap: 0 52px;
}

body[lang] footer {
  background-color: #d6ebffcc;
  text-align: center;
  padding: 52px 0;
  font-size: 17px;
}

body[lang] .step2 .thank_you {
  background: url(./thank_you_bg_1920.png) no-repeat center top;
  min-height: 1130px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

body[lang] .step2 .thank_you #logo {
  background: url(./logo.svg) no-repeat center top;
  width: 100%;
  height: 89px;
}

body[lang] .step2 .thank_you__title {
  font-size: 86px;
  font-weight: 700;
  padding-top: 110px;
}

body[lang] .step2 .thank_you__sub_title {
  font-size: 42px;
  font-weight: 600;
}

body[lang] .step2 .thank_you__sub_title.sub1 {
  padding-top: 185px;
}

body[lang] .step2 .thank_you__sub_title.sub2, body[lang] .step2 .thank_you__sub_title.sub3 {
  padding-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .step1 .button {
    padding: 9px 23px;
    font-size: 19px;
  }
  body[lang] .step1 .main {
    padding-top: 26px;
    padding-bottom: 45px;
    background: url(./main_bg_1920.png) no-repeat center top #0e2550;
  }
  body[lang] .step1 .main #logo {
    background-size: 126px auto;
    height: 50px;
  }
  body[lang] .step1 .main__title_wrapper__title {
    max-width: 545px;
    font-size: 30px;
  }
  body[lang] .step1 .main__title_wrapper__sub_title {
    font-size: 20px;
    padding-top: 15px;
  }
  body[lang] .step1 .main__wrapper {
    padding-top: 35px;
  }
  body[lang] .step1 .main__wrapper__bullets__title {
    font-size: 21px;
  }
  body[lang] .step1 .main__wrapper__bullets .bullet {
    padding: 20px;
    -webkit-padding-start: 90px;
            padding-inline-start: 90px;
    font-size: 17px;
    background-size: 80px auto;
  }
  body[lang] .step1 .main__wrapper__form {
    padding: 32px;
  }
  body[lang] .step1 .main__wrapper__form form .form__title {
    font-size: 21px;
    padding-bottom: 17px;
  }
  body[lang] .step1 .main__wrapper__form form .button {
    font-size: 17px;
  }
  body[lang] .step1 .services__content .flex-row {
    gap: 0 130px;
  }
  body[lang] .step1 .services__content .flex-row.head {
    gap: 0 55px;
  }
  body[lang] .step1 .services__content__header1, body[lang] .step1 .services__content__header2, body[lang] .step1 .services__content__header3 {
    font-size: 19px;
  }
  body[lang] .step1 .services__content__data__title {
    font-size: 18px;
    padding: 20px 0;
    max-width: 400px;
  }
  body[lang] .step1 .services__content__data__x, body[lang] .step1 .services__content__data__v {
    background-size: 45px auto;
  }
  body[lang] .step1 .register__title {
    font-size: 25px;
  }
  body[lang] .step1 .register__sub_title {
    font-size: 22px;
  }
  body[lang] .step1 .register__btn_wrapper {
    padding-top: 28px;
    padding-bottom: 58px;
    gap: 0 80px;
  }
  body[lang] .step2 .thank_you {
    background: url(./thank_you_bg_1200.png) no-repeat center top;
    min-height: 800px;
  }
  body[lang] .step2 .thank_you__title {
    font-size: 73px;
    padding-top: 65px;
  }
  body[lang] .step2 .thank_you__sub_title {
    font-size: 33px;
  }
  body[lang] .step2 .thank_you__sub_title.sub1 {
    padding-top: 150px;
  }
  body[lang] .step2 .thank_you__sub_title.sub2, body[lang] .step2 .thank_you__sub_title.sub3 {
    padding-top: 40px;
  }
  body[lang] .step2 .thank_you__sub_title.sub3 {
    padding-bottom: 50px;
  }
  body[lang] footer {
    padding: 42px 0;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .step1 .button {
    font-size: 16px;
  }
  body[lang] .step1 .main {
    background: url(./main_bg_768.png) no-repeat center top #0e2550;
  }
  body[lang] .step1 .main #logo {
    background-size: 110px auto;
  }
  body[lang] .step1 .main__title_wrapper__title {
    max-width: none;
    font-size: 22px;
  }
  body[lang] .step1 .main__title_wrapper__sub_title {
    font-size: 18px;
  }
  body[lang] .step1 .main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body[lang] .step1 .main__wrapper__bullets {
    padding-top: 30px;
  }
  body[lang] .step1 .main__wrapper__bullets__title {
    font-size: 18px;
  }
  body[lang] .step1 .main__wrapper__bullets .bullet {
    font-size: 16px;
    background-size: 65px auto;
  }
  body[lang] .step1 .main__wrapper__form {
    padding: 23px;
  }
  body[lang] .step1 .main__wrapper__form form .form__title {
    font-size: 18px;
  }
  body[lang] .step1 .services {
    display: none;
  }
  body[lang] .step1 .services__mobile {
    display: block;
  }
  body[lang] .step1 .services__mobile .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  body[lang] .step1 .services__mobile__content__header {
    background: radial-gradient(#37609e, #22406e);
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
  }
  body[lang] .step1 .services__mobile__content .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body[lang] .step1 .services__mobile__content .flex-row:not(.head) {
    padding: 0 32px;
  }
  body[lang] .step1 .services__mobile__content .flex-row.head {
    gap: 0 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body[lang] .step1 .services__mobile__content__data {
    text-align: center;
  }
  body[lang] .step1 .services__mobile__content__data:nth-child(even) {
    background: #d6ebffcc;
  }
  body[lang] .step1 .services__mobile__content__data:nth-child(odd) {
    background: #fff;
  }
  body[lang] .step1 .services__mobile__content__data__title {
    color: #203761;
    padding-top: 19px;
    font-weight: 600;
  }
  body[lang] .step1 .services__mobile__content__data__dv, body[lang] .step1 .services__mobile__content__data__gov {
    color: #0e2453;
    font-weight: 700;
  }
  body[lang] .step1 .services__mobile__content__data__dv {
    max-width: 110px;
  }
  body[lang] .step1 .services__mobile__content__data__x {
    background: url(./no.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 30px auto;
  }
  body[lang] .step1 .services__mobile__content__data__v {
    background: url(./yes.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 30px auto;
  }
  body[lang] .step1 .register__title {
    font-size: 20px;
  }
  body[lang] .step1 .register__sub_title {
    font-size: 18px;
  }
  body[lang] .step1 .register__btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 28px;
    gap: 19px 0;
  }
  body[lang] .step2 .thank_you {
    background: url(./thank_you_bg_768.png) no-repeat center top -webkit-gradient(linear, left top, right top, from(#801517), color-stop(16.09%, #9b161a), color-stop(40.21%, #be191e), color-stop(62.95%, #d81a21), color-stop(83.52%, #e71b23), to(#ed1c24));
    background: url(./thank_you_bg_768.png) no-repeat center top linear-gradient(90deg, #801517 0%, #9b161a 16.09%, #be191e 40.21%, #d81a21 62.95%, #e71b23 83.52%, #ed1c24 100%);
  }
  body[lang] .step2 .thank_you #logo {
    background-size: 175px auto;
  }
  body[lang] .step2 .thank_you__title {
    font-size: 44px;
  }
  body[lang] .step2 .thank_you__sub_title {
    font-size: 21px;
  }
  body[lang] .step2 .thank_you__sub_title.sub1 {
    padding-top: 150px;
  }
  body[lang] .step2 .thank_you__sub_title.sub2, body[lang] .step2 .thank_you__sub_title.sub3 {
    padding-top: 40px;
  }
  body[lang] footer {
    padding: 30px 0;
  }
  body[lang='tr'] .step1 .register__btn_wrapper {
    max-width: 292px;
    margin: auto;
  }
}
/*# sourceMappingURL=style.css.map */