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

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

body {
  position: relative;
  font-family: 'Amiri';
}

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] .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 700;
  border: none;
  border-radius: 13px;
  background: linear-gradient(92deg, #b2001e 1.43%, #fc002c 84.16%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  cursor: pointer;
}

body[lang] .button::after {
  content: '';
  display: inline-block;
  background: url("./arrow.png") no-repeat;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  padding: 21px;
}

body[lang] .sticky_button_wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: white;
  padding: 12px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

body[lang] .main {
  background: url("./main_bg_1920.png") no-repeat top center;
  padding-bottom: 154px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 715px;
}

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

body[lang] .main header #logo {
  padding: 28px;
  background: url(logo.svg) no-repeat;
}

body[lang] .main__title {
  padding-top: 45px;
  font-size: 59px;
  font-weight: 700;
  max-width: 575px;
  line-height: 100%;
}

body[lang] .main__subtitle {
  padding-top: 25px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 33px;
  max-width: 500px;
  line-height: 125%;
}

body[lang] .main__button {
  margin-top: 30px;
}

body[lang] .immigrants {
  background: url("./webp/immigrants_bg_1920.webp") no-repeat center bottom;
  padding-bottom: 450px;
}

body[lang] .immigrants__title {
  padding-top: 80px;
  color: #615d5e;
  font-size: 65px;
  font-weight: 700;
  line-height: 100.8%;
}

body[lang] .immigrants__subtitle {
  padding-top: 10px;
  color: #d50024;
  font-family: 'Open Sans';
  font-size: 31px;
  font-weight: 700;
  line-height: 137.8%;
}

body[lang] .enjoy {
  position: relative;
}

body[lang] .enjoy__bg {
  position: absolute;
  top: 28%;
  background-color: #f2eddf;
  height: 470px;
  width: 100%;
  z-index: -1;
}

body[lang] .enjoy__title {
  padding-top: 65px;
  font-size: 45px;
  font-weight: 700;
  line-height: 134.82%;
}

body[lang] .enjoy__bullets {
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 45px 55px;
}

body[lang] .enjoy__bullets .bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 19px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
}

body[lang] .enjoy__bullets .bullet::before {
  content: '';
  padding: 41px;
}

body[lang] .enjoy__bullets .bullet1::before {
  background: url(./bullet1.png) no-repeat;
}

body[lang] .enjoy__bullets .bullet2::before {
  background: url(./bullet2.png) no-repeat;
}

body[lang] .enjoy__bullets .bullet3::before {
  background: url(./bullet3.png) no-repeat;
}

body[lang] .enjoy__bullets .bullet4::before {
  background: url(./bullet4.png) no-repeat;
}

body[lang] .enjoy__bullets .bullet5::before {
  background: url(./bullet5.png) no-repeat;
}

body[lang] .enjoy__bullets .bullet6::before {
  background: url(./bullet6.png) no-repeat;
}

body[lang] .enjoy__bullets .bullet__text {
  padding-top: 40px;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 26px;
  line-height: 132%;
  min-height: 140px;
  max-width: 290px;
}

body[lang] .enjoy__bullets .bullet1 .bullet__text {
  max-width: unset;
}

body[lang] .advantages {
  padding-block: 75px;
  background: url("./webp/advantages_bg_1920.webp") no-repeat center;
}

body[lang] .advantages__bullets {
  -webkit-padding-start: 500px;
          padding-inline-start: 500px;
}

body[lang] .advantages__bullets .advantages__title {
  color: #b3001e;
  font-size: 45px;
  font-weight: 700;
  line-height: 129.8%;
}

body[lang] .advantages__bullets .bullet {
  margin-top: 45px;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
  font-family: 'Open Sans';
  font-size: 26px;
  line-height: 120.8%;
  -webkit-border-start: 3px solid red;
          border-inline-start: 3px solid red;
}

body[lang] .advantages__bullets .advantages__button {
  margin-top: 55px;
}

body[lang] .simplify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 85px;
  background: #f2eddf;
}

body[lang] .simplify__text {
  font-size: 36px;
  font-weight: 700;
  line-height: 186%;
}

body[lang] .simplify__text::after {
  content: '';
  background: url("./logo.svg") no-repeat;
  padding-inline: 88px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

body[lang] form {
  background-color: #615d5e;
  padding-block: 53px 98px;
  text-align: center;
  color: #ffffff;
}

body[lang] form .form__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 108.8%;
}

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

body[lang] form .rows input,
body[lang] form .rows select {
  width: 100%;
  font-size: 16px;
  height: 44px;
  border: 1px solid #99a4b3;
  background-color: #ffffff;
  padding: 0px 14px;
  color: #535353;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 1px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

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

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

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

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

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

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

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

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

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

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

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

body[lang] form .button {
  margin: 30px auto 0;
}

body[lang] form #gdpr {
  margin-top: 25px;
}

body[lang] form #gdpr .anchor {
  color: #3ea6ff;
}

body[lang] .footer {
  padding: 50px;
  background-color: #f2eddf;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 137.8%;
}

body[lang='es'] .main__title {
  font-size: 50px;
}

body[lang='es'] .main__subtitle {
  font-size: 30px;
}

body[lang='fr'] .button {
  font-size: 30px;
}

body[lang='fr'] .main {
  padding-bottom: 57px;
}

body[lang='fr'] .main__title {
  font-size: 49px;
}

body[lang='fr'] .main__subtitle {
  font-size: 29px;
}

body[lang='fr'] .immigrants__title {
  font-size: 53px;
}

body[lang='pt'] .main {
  padding-bottom: 125px;
}

body[lang='pt'] .main__title {
  font-size: 55px;
}

body[lang='pt'] .main__subtitle {
  font-size: 30px;
}

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

body[lang='ar'] .button::after {
  rotate: 180deg;
}

body[lang='ar'] .main {
  background: url(./main_bg_1920_ar.png) no-repeat top center;
  min-height: 716px;
}

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

body[lang='ar'] .main__title {
  line-height: 110%;
}

body[lang='ar'] .advantages__bullets {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    font-size: 20px;
    padding: 7px 15px;
  }
  body[lang] .button::after {
    background-size: 90%;
    padding: 12px 13px;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
  }
  body[lang] .main {
    background: url("./main_bg_1240.png") no-repeat top center;
    padding-bottom: 97px;
    min-height: 545px;
  }
  body[lang] .main header {
    padding-top: 20px;
  }
  body[lang] .main__title {
    padding-top: 32px;
    font-size: 43px;
    max-width: 390px;
  }
  body[lang] .main__subtitle {
    padding-top: 15px;
    font-size: 22px;
    max-width: 295px;
  }
  body[lang] .immigrants {
    background: url("./webp/immigrants_bg_1240.webp") no-repeat center bottom;
    padding-bottom: 280px;
  }
  body[lang] .immigrants__title {
    padding-top: 50px;
    font-size: 35px;
  }
  body[lang] .immigrants__subtitle {
    font-size: 22px;
  }
  body[lang] .enjoy {
    margin-top: 40px;
    background-color: #f2eddf;
    padding-bottom: 65px;
  }
  body[lang] .enjoy__bg {
    display: none;
  }
  body[lang] .enjoy__title {
    padding-top: 40px;
    font-size: 35px;
  }
  body[lang] .enjoy__bullets {
    padding-top: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 35px 45px;
  }
  body[lang] .enjoy__bullets .bullet::before {
    padding: 30px;
    background-size: 98%;
  }
  body[lang] .enjoy__bullets .bullet__text {
    padding-top: 30px;
    font-size: 21px;
    min-height: 100px;
    max-width: 230px;
  }
  body[lang] .advantages {
    padding-block: 27px 385px;
    background: url("./webp/advantages_bg_1240.webp") no-repeat center bottom 35px;
  }
  body[lang] .advantages__bullets {
    -webkit-padding-start: unset;
            padding-inline-start: unset;
  }
  body[lang] .advantages__bullets .advantages__title {
    font-size: 35px;
  }
  body[lang] .advantages__bullets .bullet {
    margin-top: 35px;
    -webkit-padding-start: 9px;
            padding-inline-start: 9px;
    font-size: 21px;
  }
  body[lang] .advantages__bullets .advantages__button {
    margin-top: 35px;
  }
  body[lang] .simplify {
    padding-block: 40px;
  }
  body[lang] .simplify__text {
    font-size: 21px;
  }
  body[lang] .simplify__text::after {
    padding-inline: 60px;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    background-size: 95%;
  }
  body[lang] form {
    padding-block: 40px 55px;
  }
  body[lang] form .form__title {
    font-size: 31px;
  }
  body[lang] .footer {
    padding: 35px;
    font-size: 16px;
  }
  body[lang='es'] .main,
  body[lang='pt'] .main {
    padding-bottom: 27px;
  }
  body[lang='fr'] .main {
    padding-bottom: 57px;
  }
  body[lang='fr'] .main__title {
    font-size: 33px;
  }
  body[lang='fr'] .main__subtitle {
    font-size: 19px;
  }
  body[lang='ar'] .main {
    background: url(./main_bg_1240_ar.png) no-repeat top center;
  }
  body[lang='ar'] .main__title {
    font-size: 41px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 16px;
    padding: 5px 9px;
  }
  body[lang] .button::after {
    background-size: 80%;
    padding: 10px 12px;
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
  body[lang] .main {
    background: url("./main_bg_768.png") no-repeat center bottom #c3dbf9;
    padding-bottom: 405px;
  }
  body[lang] .main header {
    padding-top: 15px;
  }
  body[lang] .main header #logo {
    padding: 22px;
    background-size: 135px;
  }
  body[lang] .main__title {
    padding-top: 20px;
    font-size: 31px;
    max-width: unset;
  }
  body[lang] .main__subtitle {
    font-size: 16px;
    max-width: unset;
  }
  body[lang] .main__button {
    margin-top: 20px;
  }
  body[lang] .immigrants {
    background: url("./webp/immigrants_bg_768.webp") no-repeat center bottom;
    padding-bottom: 155px;
    text-align: center;
  }
  body[lang] .immigrants__title {
    padding-top: 20px;
    font-size: 31px;
  }
  body[lang] .immigrants__subtitle {
    font-size: 16px;
  }
  body[lang] .enjoy {
    margin-top: 23px;
    padding-bottom: 37px;
  }
  body[lang] .enjoy__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
    font-size: 20px;
  }
  body[lang] .enjoy__bullets {
    -ms-grid-columns: minmax(280px, 350px);
        grid-template-columns: minmax(280px, 350px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  body[lang] .enjoy__bullets .bullet::before {
    padding: 23px;
    background-size: 95%;
  }
  body[lang] .enjoy__bullets .bullet__text {
    padding-top: 10px;
    font-size: 17px;
    min-height: 50px;
    max-width: 235px;
  }
  body[lang] .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 290px 40px;
    background: url("./webp/advantages_bg_768.webp") no-repeat center top 15px;
  }
  body[lang] .advantages__bullets .advantages__title {
    font-size: 28px;
  }
  body[lang] .advantages__bullets .bullet {
    margin-top: 20px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body[lang] .advantages__bullets .advantages__button {
    margin-top: 20px;
  }
  body[lang] .simplify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body[lang] .simplify__text {
    font-size: 19px;
    text-align: center;
    max-width: 290px;
  }
  body[lang] .simplify__text::after {
    padding-inline: 58px;
    -webkit-margin-start: 7px;
            margin-inline-start: 7px;
    background-size: 85%;
  }
  body[lang] form {
    padding-block: 35px 40px;
  }
  body[lang] form .form__title {
    font-size: 25px;
  }
  body[lang] form .rows {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body[lang] .footer {
    padding: 24px;
  }
  body[lang='ar'] .main {
    background: url(./main_bg_768_ar.png) no-repeat top center;
    min-height: 658px;
    padding-bottom: 0px;
  }
  body[lang='ar'] .main__title {
    font-size: 30px;
  }
  body[lang='fr'] .advantages__button {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */