* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Raleway";
  height: 100%;
}

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

a:active, a:visited {
  color: white;
}

.font--title {
  font-family: "Roboto Slab";
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: inherit;
  -ms-flex-direction: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
          flex-direction: inherit;
  -ms-flex-pack: inherit;
  -webkit-box-pack: inherit;
          justify-content: inherit;
  -ms-flex-align: inherit;
  -webkit-box-align: inherit;
          align-items: inherit;
  padding: 0 20px;
}

body[lang] .button {
  display: inline-block;
  -webkit-box-shadow: 0 0 9px rgba(43, 44, 45, 0.58), 0 0 7px rgba(255, 255, 255, 0.35);
          box-shadow: 0 0 9px rgba(43, 44, 45, 0.58), 0 0 7px rgba(255, 255, 255, 0.35);
  background-image: -webkit-gradient(linear, left top, right top, from(#47991c), to(#5cc824));
  background-image: linear-gradient(to right, #47991c 0%, #5cc824 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 23px;
  margin: auto;
  padding: 13px 140px;
  text-transform: uppercase;
  cursor: pointer;
}

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

body[lang] header #logo {
  width: 182px;
  height: 48px;
  margin: 0 42px;
  background: url(Logo_1200.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body[lang] main {
  background: url(background-1200.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: auto;
  padding-bottom: 30px;
}

body[lang] main .title {
  color: #ffffff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.64);
  font-size: 77px;
  font-weight: 700;
  width: 833px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}

body[lang] main .subtitle {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.79);
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  padding-top: 27px;
}

body[lang] main .form {
  margin-top: 98px;
  background-color: rgba(27, 34, 62, 0.76);
  -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
          box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  text-align: center;
  padding: 34px 40px 27px;
  color: #ffffff;
}

body[lang] main .form__title {
  font-size: 30px;
  text-align: center;
}

body[lang] main .form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 19px 0 24px;
  text-align: initial;
}

body[lang] main .form__inputs input,
body[lang] main .form__inputs select {
  height: 42px;
  padding: 0 18px;
  width: 100%;
}

body[lang] main .form__inputs .Form_Element_Holder_Div {
  margin-bottom: 10px;
}

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

body[lang] main .form__inputs select-birthday {
  margin-top: -15px;
}

body[lang] main .form__inputs select-birthday .Form_Element_title {
  font-size: 13px;
}

body[lang] main .form__inputs checkbox-news-letter {
  text-align: initial;
  grid-column: span 2;
}

body[lang] main .form__inputs checkbox-news-letter input {
  width: 17px;
  height: 17px;
}

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

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

body[lang] main .form #gdprText {
  margin-top: 15px;
  font-size: 12px;
}

body[lang] aside .bullets {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 56px;
  padding-bottom: 65px;
}

body[lang] aside .bullets .bullet__content {
  padding-top: 18px;
  color: #333333;
  font-size: 16px;
}

body[lang] aside .bullets .bullet {
  width: 340px;
  text-align: center;
}

body[lang] aside .bullets .bullet #logo1 {
  background-image: url(bullet_1.png);
}

body[lang] aside .bullets .bullet #logo2 {
  background-image: url(bullet_2.png);
}

body[lang] aside .bullets .bullet #logo3 {
  background-image: url(bullet_3.png);
}

body[lang] aside .bullets .bullet__title {
  padding-top: 25px;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
}

body[lang] aside .bullets .bullet__title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #489b1c;
  margin: auto;
  margin-top: 11px;
}

body[lang] aside .bullets .bullet__logo {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

body[lang] footer {
  background-color: #09506d;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 32px 0 42px;
}

body[lang="fr"] main .title {
  font-size: 66px;
}

body[lang="pt"] aside .bullets .bullet__title {
  font-size: 20px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    font-size: 23px;
    padding: 13px 140px;
  }
  body[lang] header {
    padding-top: 24px;
  }
  body[lang] header #logo {
    margin: 0 26px;
  }
  body[lang] main {
    background-image: url(background-mobile.jpg);
  }
  body[lang] main .title {
    font-size: 60px;
    width: auto;
    padding-top: 44px;
  }
  body[lang] main .subtitle {
    font-size: 22px;
    padding-top: 31px;
  }
  body[lang] main .form {
    margin-top: 140px;
    padding: 28px 24px 41px;
  }
  body[lang] main .form__inputs {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding: 30px 0;
  }
  body[lang] main .form__title {
    font-size: 25px;
  }
  body[lang] aside .bullets {
    display: block;
    padding: 56px 42px 88px;
  }
  body[lang] aside .bullets .bullet {
    width: auto;
    margin: auto;
  }
  body[lang] aside .bullets .bullet:not(:first-of-type) {
    padding-top: 60px;
  }
  body[lang] footer {
    padding: 30px 0px;
  }
  body[lang="fr"] main .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    padding: 13px 26px;
  }
  body[lang] header {
    padding-top: 15px;
  }
  body[lang] header #logo {
    background-image: url(logo_mobile.png);
    margin: 0 auto;
    height: 37px;
  }
  body[lang] main .title {
    font-size: 33px;
    padding: 0 20px;
    padding-top: 33px;
  }
  body[lang] main .subtitle {
    font-size: 19px;
    padding: 0 20px;
    padding-top: 28px;
  }
  body[lang] main .form {
    margin-top: 41px;
    padding: 28px 20px 41px;
  }
  body[lang] main .form__title {
    font-size: 21px;
    font-weight: 400;
  }
  body[lang] main .form__inputs {
    display: block;
    padding: 29px 0;
  }
  body[lang] main .form__inputs input,
  body[lang] main .form__inputs select {
    height: 44px;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 0;
  }
  body[lang] main .form__inputs > * {
    padding-bottom: 13px;
  }
  body[lang] aside .bullets {
    display: block;
    padding: 20px 20px 58px;
  }
  body[lang] aside .bullets .bullet {
    width: auto;
    margin: auto;
  }
  body[lang] aside .bullets .bullet__title {
    padding-top: 20px;
    font-size: 20px;
  }
  body[lang] aside .bullets .bullet__content {
    padding-top: 16px;
  }
  body[lang] aside .bullets .bullet:not(:first-of-type) {
    padding-top: 39px;
  }
  body[lang] footer {
    padding: 26px 0px 70px 0px;
  }
  body[lang="fr"] main .title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style.css.map */