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

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

body {
  position: relative;
  font-family: Sarabun;
}

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: 0;
  background-color: #272727;
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
}

body[lang] .button {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  border: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
}

body[lang] .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] .button__text {
  padding: 15px 40px;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
  font-size: 28px;
  font-weight: 600;
}

body[lang] main[data-type="35"] {
  background-image: var(--desktopScreen), url("./main_BG_1200v1.png");
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 858px;
}

body[lang] main[data-type="35"] header {
  padding-top: 67px;
}

body[lang] main[data-type="35"] header #logo {
  background: url("./logo_1200.png") no-repeat left;
  height: 69px;
}

body[lang] main[data-type="35"] .title {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  max-width: 640px;
  margin-top: 90px;
}

body[lang] main[data-type="35"] .title span {
  color: #272727;
}

body[lang] main[data-type="35"] .sub_title {
  color: #272727;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  max-width: 450px;
}

body[lang] main[data-type="35"] .button {
  background-color: #272727;
  margin-top: 60px;
}

body[lang] main[data-type="35"] .button__text {
  color: #ffffff;
}

body[lang] main[data-type="35"] .button:hover {
  background-color: #3f3f3f;
}

body[lang] .bullets {
  background: url("./bullets_BG_1200.png") no-repeat center;
  padding-top: 175px;
  min-height: 917px;
}

body[lang] .bullets .container {
  -webkit-padding-start: 640px;
          padding-inline-start: 640px;
}

body[lang] .bullets__title {
  color: #0091e4;
  font-size: 50px;
  font-weight: 700;
  max-width: 490px;
}

body[lang] .bullets__title span {
  color: #272727;
}

body[lang] .bullets__sub_title {
  color: #272727;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  margin-top: 45px;
}

body[lang] .bullets .bullet {
  color: #272727;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  background: url("./bullet_BG_1200.png") no-repeat left top 2px;
  -webkit-padding-start: 43px;
          padding-inline-start: 43px;
  min-height: 30px;
  margin-top: 60px;
}

body[lang] .bullets .bullet ~ .bullet {
  margin-top: 25px;
}

body[lang] .form_wrapper {
  background-color: #1296c8;
  text-align: center;
  padding: 70px 0px;
}

body[lang] .form_wrapper .form_title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
}

body[lang] .form_wrapper .grid {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px 15px;
}

body[lang] .form_wrapper .grid input,
body[lang] .form_wrapper .grid select {
  border: 1px solid #99a4b3;
  font-family: "Open Sans";
  background-color: #ffffff;
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  color: #535353;
  font-size: 16px;
  width: 100%;
  height: 44px;
}

body[lang] .form_wrapper .grid input:focus,
body[lang] .form_wrapper .grid select:focus {
  outline: none;
  border: 2px solid #374861;
  color: #062d39;
  font-weight: 600;
}

body[lang] .form_wrapper .grid input:focus::-webkit-input-placeholder,
body[lang] .form_wrapper .grid select:focus::-webkit-input-placeholder {
  color: #062d39;
}

body[lang] .form_wrapper .grid input:focus:-ms-input-placeholder,
body[lang] .form_wrapper .grid select:focus:-ms-input-placeholder {
  color: #062d39;
}

body[lang] .form_wrapper .grid input:focus::-ms-input-placeholder,
body[lang] .form_wrapper .grid select:focus::-ms-input-placeholder {
  color: #062d39;
}

body[lang] .form_wrapper .grid input:focus::placeholder,
body[lang] .form_wrapper .grid select:focus::placeholder {
  color: #062d39;
}

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

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

body[lang] .form_wrapper .grid #divBday {
  margin-top: -15px;
}

body[lang] .form_wrapper .grid .Form_Element_title,
body[lang] .form_wrapper .grid #divValidPassport,
body[lang] .form_wrapper .grid #divSendEmail {
  color: #ffffff;
  text-align: initial;
}

body[lang] .form_wrapper .button {
  margin-top: 40px;
  background-color: #ff7b08;
}

body[lang] .form_wrapper .button__text {
  color: #272727;
}

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

body[lang] .form_wrapper #gdpr {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  margin-top: 25px;
}

body[lang] footer {
  padding: 45px 0px;
  color: #272727;
  font-family: Roboto;
  font-size: 15px;
  text-align: center;
}

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

body[lang="ar"] .button {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

body[lang="ar"] .button__text {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

body[lang="ar"] main[data-type="35"] {
  background-image: var(--desktopScreen), url("./main_BG_1200v1_ar.png");
  background-repeat: no-repeat;
  background-position: center top;
}

body[lang="ar"] main[data-type="35"] header #logo {
  background-position: right;
}

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

body[lang="ar"] .bullets .bullet {
  background: url("./bullet_BG_1200.png") no-repeat right top 2px;
}

body[lang="ru"] main[data-type="35"] .title,
body[lang="fr"] main[data-type="35"] .title {
  font-size: 46px;
}

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

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

body[lang="ru"] .bullets .bullet,
body[lang="fr"] .bullets .bullet {
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button__text {
    font-size: 24px;
  }
  body[lang] main[data-type="35"] {
    background: var(--tabletScreen), url("./main_BG_768v1.png");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 706px;
  }
  body[lang] main[data-type="35"] header {
    padding-top: 40px;
  }
  body[lang] main[data-type="35"] header #logo {
    background: url("./logo_768.png") no-repeat left;
    height: 41px;
  }
  body[lang] main[data-type="35"] .title {
    font-size: 32px;
    max-width: 400px;
    margin-top: 75px;
  }
  body[lang] main[data-type="35"] .sub_title {
    max-width: 360px;
  }
  body[lang] .bullets {
    background: url("./bullets_BG_768.png") no-repeat center;
    padding-top: 120px;
    min-height: 640px;
  }
  body[lang] .bullets .container {
    -webkit-padding-start: 380px;
            padding-inline-start: 380px;
  }
  body[lang] .bullets__title {
    font-size: 32px;
    max-width: 370px;
  }
  body[lang] .bullets__sub_title {
    font-size: 22px;
    margin-top: 20px;
  }
  body[lang] .bullets .bullet {
    font-size: 19px;
    background: url("./bullet_BG_768.png") no-repeat left top 2px;
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
    min-height: 20px;
    margin-top: 30px;
  }
  body[lang] .bullets .bullet ~ .bullet {
    margin-top: 20px;
  }
  body[lang] .form_wrapper {
    padding: 35px 0px 55px 0px;
  }
  body[lang] .form_wrapper .form_title {
    font-size: 31px;
  }
  body[lang] .form_wrapper .grid {
    margin-top: 40px;
  }
  body[lang] .form_wrapper .button {
    margin-top: 30px;
  }
  body[lang] .form_wrapper #gdpr {
    margin-top: 15px;
  }
  body[lang] footer {
    padding: 35px 0px;
  }
  body[lang="ar"] main[data-type="35"] {
    background: var(--tabletScreen), url("./main_BG_768v1_ar.png");
    background-repeat: no-repeat;
    background-position: center top;
  }
  body[lang="ar"] main[data-type="35"] header #logo {
    background-position: right;
  }
  body[lang="ar"] .bullets {
    background: url("./bullets_BG_768_ar.png") no-repeat center;
  }
  body[lang="ar"] .bullets .bullet {
    background: url("./bullet_BG_768.png") no-repeat right top 2px;
  }
  body[lang="ru"] main[data-type="35"] .title,
  body[lang="fr"] main[data-type="35"] .title {
    font-size: 29px;
  }
  body[lang="ru"] main[data-type="35"] .sub_title,
  body[lang="fr"] main[data-type="35"] .sub_title {
    font-size: 17px;
  }
  body[lang="ru"] .bullets__title,
  body[lang="fr"] .bullets__title {
    font-size: 27px;
  }
  body[lang="ru"] .bullets .bullet,
  body[lang="fr"] .bullets .bullet {
    font-size: 18px;
  }
  body[lang="ru"] .button__text,
  body[lang="fr"] .button__text {
    font-size: 20px;
  }
  body[lang="tr"] .bullets__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button__text {
    font-size: 18px;
  }
  body[lang] main[data-type="35"] {
    background: var(--mobileScreen), url("./main_BG_320.png");
    background-color: #1093c5;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    min-height: auto;
    padding-bottom: 290px;
  }
  body[lang] main[data-type="35"] header {
    padding-top: 20px;
  }
  body[lang] main[data-type="35"] header #logo {
    background: url("./logo_320.png") no-repeat center;
    height: 27px;
  }
  body[lang] main[data-type="35"] .title {
    font-size: 30px;
    margin-top: 32px;
    max-width: none;
  }
  body[lang] main[data-type="35"] .sub_title {
    font-size: 17px;
    margin-top: 25px;
    max-width: none;
  }
  body[lang] main[data-type="35"] .button {
    margin-top: 40px;
  }
  body[lang] .bullets {
    background: url("./bullets_BG_320_v2.png") no-repeat center top 45px;
    background-size: 90% auto;
    padding-top: 90%;
    padding-bottom: 50px;
    min-height: auto;
  }
  body[lang] .bullets .container {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  body[lang] .bullets__title {
    font-size: 30px;
    max-width: none;
  }
  body[lang] .bullets__sub_title {
    margin-top: 23px;
  }
  body[lang] .bullets .bullet {
    font-size: 17px;
  }
  body[lang] .form_wrapper {
    padding: 33px 0px 40px 0px;
  }
  body[lang] .form_wrapper .form_title {
    font-size: 23px;
  }
  body[lang] .form_wrapper .grid {
    margin-top: 25px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
  body[lang] .form_wrapper form[data-show-validations="true"] .grid {
    gap: 10px;
  }
  body[lang] .form_wrapper .button {
    margin-top: 25px;
  }
  body[lang] .form_wrapper #gdpr {
    margin-top: 20px;
    font-size: 14px;
  }
  body[lang] footer {
    padding: 35px 0px;
  }
  body[lang="ar"] main[data-type="35"] {
    background: var(--mobileScreen), url("./main_BG_320.png");
    background-color: #1093c5;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  body[lang="ar"] main[data-type="35"] .sub_title {
    font-size: 18px;
  }
  body[lang="ar"] .bullets {
    background: url("./bullets_BG_320_ar_v2.png") no-repeat center top 45px;
    background-size: 90% auto;
    padding-top: 95%;
  }
  body[lang="ar"] .bullets .bullet {
    font-size: 18px;
  }
  body[lang="ru"] main[data-type="35"] .title,
  body[lang="fr"] main[data-type="35"] .title {
    font-size: 22px;
  }
  body[lang="ru"] .bullets__title,
  body[lang="fr"] .bullets__title {
    font-size: 24px;
  }
  body[lang="ru"] .bullets__sub_title,
  body[lang="fr"] .bullets__sub_title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 430px) {
  body[lang] .bullets {
    padding-top: 93%;
  }
  body[lang="ar"] .bullets {
    padding-top: 100%;
  }
}
/*# sourceMappingURL=style.css.map */