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

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

body {
  position: relative;
  font-family: 'Open Sans';
}

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: 10;
}

body[lang] .button {
  border-radius: 12px;
  background-color: #d1232a;
  border: 0;
  padding: 18px 20px;
  color: #fff;
  font-weight: bolder;
  position: relative;
  -webkit-padding-end: 70px;
          padding-inline-end: 70px;
  -webkit-transition: background-color 130ms ease-in;
  transition: background-color 130ms ease-in;
  cursor: pointer;
}

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

body[lang] .button:hover.loader {
  background-color: #d71921;
}

body[lang] .button::after {
  content: '';
  position: absolute;
  background: url(./button_arrow.svg) no-repeat;
  width: 34px;
  height: 38px;
  background-size: 32px auto;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  background-color: transparent;
  margin-top: 2px;
}

body[lang] .main {
  background: url(./webp/main_bg_1920.webp) no-repeat center top 77px;
  min-height: 990px;
  line-height: 61px;
}

body[lang] .main .container {
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
}

body[lang] .main .top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 10px 0;
  text-align: right;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
}

body[lang] .main .top button {
  -webkit-margin-end: 305px;
          margin-inline-end: 305px;
  font-size: 23px;
}

body[lang] .main .top button::after {
  margin-top: -3px;
}

body[lang] .main #logo {
  background: url(./logo.svg) no-repeat center left;
  width: 150px;
  height: 75px;
  margin-top: 20px;
}

body[lang] .main .titles_wrapper {
  max-width: 800px;
}

body[lang] .main .titles_wrapper__title {
  font-family: Amiri;
  font-size: 59px;
  font-weight: bolder;
  padding-top: 60px;
  color: #343434;
}

body[lang] .main .titles_wrapper__sub_title {
  color: #355f86;
  font-size: 28px;
  line-height: 110%;
  font-weight: 600;
  padding-top: 35px;
  position: relative;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}

body[lang] .main .titles_wrapper__sub_title::before {
  content: '';
  position: absolute;
  background: url(./approve.png) no-repeat center;
  width: 25px;
  height: 25px;
  left: 0;
  bottom: 33px;
}

body[lang] .main .titles_wrapper .button {
  font-size: 33px;
  -webkit-margin-before: 47px;
          margin-block-start: 47px;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

body[lang] .advantages__title {
  font-family: 'Amiri';
  font-size: 42px;
  font-weight: bolder;
  padding-top: 65px;
  text-align: center;
  color: #343434;
}

body[lang] .advantages__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 50px;
  padding-top: 20px;
}

body[lang] .advantages__grid__bullet {
  color: #527ca3;
  font-size: 23px;
  font-weight: 600;
  padding-top: 130px;
}

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

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

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

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

body[lang] .advantages__grid__bullet.bullet5 {
  background: url(./bullet5.png) no-repeat center top;
}

body[lang] .advantages__grid__bullet.bullet6 {
  background: url(./bullet6.png) no-repeat center top;
}

body[lang] .advantages__grid__bullet.bullet7 {
  background: url(./bullet7.png) no-repeat center top;
}

body[lang] .advantages__grid__bullet.bullet8 {
  background: url(./bullet8.png) no-repeat center top;
}

body[lang] .process .container {
  padding-bottom: 50px;
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
}

body[lang] .process__title {
  font-family: 'Amiri';
  font-size: 42px;
  font-weight: bolder;
  padding: 70px 0;
  color: #688cae;
  text-align: center;
  line-height: 120%;
  max-width: 1035px;
  margin: auto;
}

body[lang] .process__wrapper {
  background: url(./webp/service_1920.webp) no-repeat center top;
}

body[lang] .process__sub_title1 {
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  max-width: 550px;
}

body[lang] .process__sub_title2 {
  color: #343434;
  font-family: 'Amiri';
  font-size: 42px;
  padding-top: 105px;
  font-weight: bolder;
}

body[lang] .process__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 70px;
}

body[lang] .process__service__title {
  font-size: 23px;
  font-weight: bolder;
  position: relative;
}

body[lang] .process__service__title::before {
  content: '';
  position: absolute;
  background-color: #5c8bb8;
  width: 17px;
  height: 17px;
  left: 0;
  top: 8px;
}

body[lang] .process__service__sub_title {
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
  font-size: 20px;
}

body[lang] .process__service__title, body[lang] .process__service__sub_title {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}

body[lang] .process .button {
  -webkit-margin-start: 28px;
          margin-inline-start: 28px;
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
  font-size: 33px;
}

body[lang] .form {
  min-height: 719px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 73px;
  background-color: #d2e0ee;
}

body[lang] .form__title {
  color: #343434;
  font-size: 36px;
  padding-top: 45px;
  font-family: 'Amiri';
  font-weight: bolder;
}

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

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

body[lang] .form .grid input,
body[lang] .form .grid 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: 0px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

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

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

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

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

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

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

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

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

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

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

body[lang] .form .grid checkbox-news-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

body[lang] .form .button {
  margin-top: 45px;
  font-weight: bolder;
  font-size: 33px;
}

body[lang] .form #gdpr {
  margin-top: 25px;
  color: #002d50;
  line-height: 110%;
  font-family: 'Open Sans';
}

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

body[lang] .form #divBdayHeader {
  color: #002d50;
}

body[lang] .form .applied {
  font-family: Muli;
  color: #0d8700;
  font-weight: 600;
  padding-top: 45px;
}

body[lang] footer {
  text-align: center;
  padding: 51px 0;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .button {
    padding: 12px 18px;
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  body[lang] .button::after {
    background-size: 28px auto;
    margin-top: -3px;
  }
  body[lang] .main {
    background: url(./webp/main_bg_1200.webp) no-repeat center top 75px;
    min-height: 735px;
  }
  body[lang] .main .container {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
  body[lang] .main .top {
    padding: 8px 0;
  }
  body[lang] .main .top button {
    -webkit-margin-end: 80px;
            margin-inline-end: 80px;
    font-size: 20px;
  }
  body[lang] .main #logo {
    background-size: auto 60px;
  }
  body[lang] .main .titles_wrapper {
    max-width: 416px;
    line-height: 33px;
  }
  body[lang] .main .titles_wrapper__title {
    font-size: 32px;
    padding-top: 26px;
  }
  body[lang] .main .titles_wrapper__sub_title {
    font-size: 20px;
    padding-top: 18px;
  }
  body[lang] .main .titles_wrapper .button {
    font-size: 22px;
    -webkit-margin-before: 47px;
            margin-block-start: 47px;
  }
  body[lang] .advantages__title {
    font-size: 28px;
    padding-top: 41px;
  }
  body[lang] .advantages__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px 0;
    padding-top: 40px;
  }
  body[lang] .advantages__grid__bullet {
    font-size: 16px;
    padding-top: 100px;
    max-width: 295px;
    margin: auto;
  }
  body[lang] .advantages__grid__bullet.bullet1, body[lang] .advantages__grid__bullet.bullet2, body[lang] .advantages__grid__bullet.bullet3, body[lang] .advantages__grid__bullet.bullet4, body[lang] .advantages__grid__bullet.bullet5, body[lang] .advantages__grid__bullet.bullet6, body[lang] .advantages__grid__bullet.bullet7, body[lang] .advantages__grid__bullet.bullet8 {
    background-size: auto 77px;
  }
  body[lang] .process .container {
    padding-bottom: 50px;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
  body[lang] .process__title {
    font-size: 28px;
    max-width: 655px;
    padding: 60px 0;
  }
  body[lang] .process__wrapper {
    background: url(./webp/service_1200.webp) no-repeat center top;
  }
  body[lang] .process__sub_title1 {
    font-size: 17px;
    max-width: 350px;
  }
  body[lang] .process__sub_title2 {
    font-size: 32px;
    padding-top: 43px;
  }
  body[lang] .process__content {
    gap: 30px 0;
  }
  body[lang] .process__service__title {
    font-size: 17px;
  }
  body[lang] .process__service__sub_title {
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
    font-size: 17px;
  }
  body[lang] .process__service__title, body[lang] .process__service__sub_title {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
  body[lang] .process .button {
    -webkit-margin-before: 52px;
            margin-block-start: 52px;
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
    font-size: 20px;
  }
  body[lang] .form__title {
    font-size: 32px;
    padding-top: 39px;
  }
  body[lang] .form .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body[lang] .form .button {
    font-size: 21px;
  }
  body[lang] footer {
    text-align: center;
    padding: 51px 0;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 16px;
  }
  body[lang] .button::after {
    background-size: auto 22px;
    margin-top: -1px;
  }
  body[lang] .main {
    background: url(./webp/main_bg_768.webp) no-repeat center bottom #cfe4f8;
    min-height: none;
    padding-bottom: 380px;
  }
  body[lang] .main .top {
    padding: 0;
  }
  body[lang] .main .top button {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
    font-size: 14px;
  }
  body[lang] .main #logo {
    background-size: auto 48px;
  }
  body[lang] .main .titles_wrapper {
    max-width: none;
    line-height: 27px;
  }
  body[lang] .main .titles_wrapper__title {
    font-size: 23px;
    padding-top: 23px;
  }
  body[lang] .main .titles_wrapper__sub_title {
    font-size: 16px;
    padding-top: 22px;
  }
  body[lang] .main .titles_wrapper__sub_title::before {
    background-size: auto 12px;
    bottom: 13px;
  }
  body[lang] .main .titles_wrapper .button {
    font-size: 16px;
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
  body[lang] .advantages__title {
    font-size: 28px;
    padding-top: 41px;
    line-height: 31px;
  }
  body[lang] .advantages__grid__bullet {
    font-size: 15px;
    padding-top: 95px;
    max-width: none;
    margin: auto;
  }
  body[lang] .advantages__grid__bullet.bullet1, body[lang] .advantages__grid__bullet.bullet2, body[lang] .advantages__grid__bullet.bullet3, body[lang] .advantages__grid__bullet.bullet4, body[lang] .advantages__grid__bullet.bullet5, body[lang] .advantages__grid__bullet.bullet6, body[lang] .advantages__grid__bullet.bullet7, body[lang] .advantages__grid__bullet.bullet8 {
    background-size: auto 77px;
  }
  body[lang] .process .container {
    padding: 0;
    -webkit-padding-after: 65px;
            padding-block-end: 65px;
  }
  body[lang] .process__wrapper {
    background: none;
  }
  body[lang] .process__sub_title1 {
    max-width: none;
    background-color: #688cae;
  }
  body[lang] .process__sub_title2 {
    font-size: 21px;
    padding-top: 43px;
    background-color: #d2e0ee;
  }
  body[lang] .process__sub_title1, body[lang] .process__sub_title2, body[lang] .process__content {
    padding: 20px;
  }
  body[lang] .process__content {
    padding-top: 190px;
    background: url(./webp/service_768.webp) no-repeat center top;
  }
  body[lang] .process__service__title {
    font-size: 17px;
  }
  body[lang] .process__service__sub_title {
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
  }
  body[lang] .process__service__title, body[lang] .process__service__sub_title {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
  body[lang] .process .button {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
  body[lang] .form__title {
    font-size: 24px;
    padding-top: 39px;
    line-height: 31px;
  }
  body[lang] .form .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 25px;
  }
  body[lang] .form .button {
    font-size: 21px;
  }
  body[lang] footer {
    text-align: center;
    padding: 51px 0;
  }
}
/*# sourceMappingURL=style.css.map */