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

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

body {
  position: relative;
  font-family: 'Noto 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%;
  top: 0;
  border-radius: 0px;
  z-index: 10;
}

body[lang] {
  background: url(./what_is_bg_1920.svg) no-repeat center top 2760px, url(./main_bg_1920_lines.png) no-repeat center top;
}

body[lang] .sticky_btn {
  width: 100%;
  padding: 15px;
}

body[lang] .sticky_btn__wrapper {
  background-color: red;
  border-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  z-index: 5;
}

body[lang] .sticky_btn #logo {
  background: url(./logo.svg) no-repeat center right;
  width: 340px;
  height: 84px;
}

body[lang] .button {
  background-color: #c8102e;
  font-size: 24px;
  padding: 15px 55px;
  border: 1px solid #c8102e;
  border-radius: 55px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 130ms ease-in-out;
  transition: all 130ms ease-in-out;
}

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

body[lang] .header {
  padding: 0 50px;
}

body[lang] .header__wrapper {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 55px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-box-shadow: 0px 0px 10px 0px #00000026;
          box-shadow: 0px 0px 10px 0px #00000026;
}

body[lang] .header__wrapper #logo {
  background: url(./logo.svg) no-repeat center right;
  width: 340px;
  height: 84px;
}

body[lang] .break {
  display: block;
}

body[lang] .small {
  font-size: 28px;
  font-weight: 400;
}

body[lang] .gradient {
  background: linear-gradient(92.84deg, #153885 1.03%, #b91c1c 30.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

body[lang] .main__wrapper {
  background: url(./main_bg_1920.png) no-repeat center right;
  min-height: 540px;
  background-size: auto 70%;
}

body[lang] .main__wrapper__title {
  font-size: 80px;
  font-weight: 800;
  color: #153885;
  line-height: 1.1;
  -webkit-padding-end: 650px;
          padding-inline-end: 650px;
}

body[lang] .main__wrapper__sub_title {
  padding-top: 20px;
  -webkit-padding-end: 600px;
          padding-inline-end: 600px;
  font-weight: 500;
  font-size: 25px;
  color: #153885;
}

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

body[lang] .how_it_works {
  background: url(./how_it_works_bg_1920.png) no-repeat center top;
  padding-bottom: 55px;
  -webkit-margin-before: 65px;
          margin-block-start: 65px;
  counter-reset: step-counter1;
}

body[lang] .how_it_works .container {
  padding: 0 240px;
  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 0;
}

body[lang] .how_it_works .container .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 60px;
  padding: 15px 95px;
}

body[lang] .how_it_works__title {
  color: #2563eb;
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 67px;
}

body[lang] .how_it_works__card {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  border-radius: 30px;
  background: transparent;
  text-align: center;
  padding: 20px;
  counter-increment: step-counter;
}

body[lang] .how_it_works__card::before {
  content: "0" counter(step-counter);
  background: linear-gradient(92.84deg, #153885 1.03%, #b91c1c 30.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: bolder;
  font-family: 'Montserrat';
}

body[lang] .how_it_works__card::after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(241deg, #ffffff 0%, #b0b5be 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body[lang] .how_it_works__card__title {
  color: #2563eb;
  font-size: 32px;
  font-weight: 600;
}

body[lang] .how_it_works__card__sub_title {
  font-size: 20px;
  font-weight: 300;
  padding-top: 10px;
}

body[lang] .support {
  font-family: 'Nunito Sans';
  background: url(./support_bg_1920.png) no-repeat center bottom;
  padding-top: 85px;
}

body[lang] .support__small_title {
  padding-top: 50px;
  color: #153885;
  font-weight: 500;
  font-size: 28px;
}

body[lang] .support__title {
  font-size: 45px;
  color: #153885;
  font-weight: 800;
  margin-top: -10px;
}

body[lang] .support__sub_title {
  font-size: 32px;
  color: #374151;
  line-height: 125%;
  -webkit-padding-end: 630px;
          padding-inline-end: 630px;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  margin-top: -10px;
}

body[lang] .support__bullets {
  -webkit-padding-end: 630px;
          padding-inline-end: 630px;
  -webkit-padding-before: 25px;
          padding-block-start: 25px;
}

body[lang] .support__bullets__bullet {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  font-size: 20px;
  font-weight: 400;
  padding-top: 15px;
}

body[lang] .support__bullets__bullet::before {
  content: '';
  position: absolute;
  background: url(./support_bullet.svg) no-repeat center left;
  width: 30px;
  height: 30px;
  left: 0;
}

body[lang] .what_is {
  font-family: Nunito Sans;
  padding-top: 90px;
}

body[lang] .what_is__title {
  color: #153885;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

body[lang] .what_is__sub_title {
  color: #153885;
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
  margin-top: -10px;
}

body[lang] .what_is__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-top: 50px;
}

body[lang] .what_is__grid__card {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  border-radius: 30px;
  background: transparent;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  text-align: center;
  padding: 83px 40px;
  counter-increment: step-counter;
  font-size: 25px;
}

body[lang] .what_is__grid__card::after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(241deg, #ffffff 0%, #b0b5be 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body[lang] .our_experts {
  text-align: center;
  padding-top: 75px;
}

body[lang] .our_experts__title {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Nunito Sans';
  padding-inline: 240px;
  color: #153885;
}

body[lang] .our_experts .button {
  margin-top: 60px;
  padding: 10px 94px;
}

body[lang] .dropshadow {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding-top: 145px;
  font-family: 'Montserrat';
  z-index: 10;
}

body[lang] .dropshadow form {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 40px;
  padding-top: 60px;
  max-width: 880px;
  background-color: #ebedf5;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  margin: auto;
  border-radius: 20px;
}

body[lang] .dropshadow form .form_title {
  font-size: 27px;
}

body[lang] .dropshadow form .closeBtn {
  background: url(./close.svg) no-repeat center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  background-size: 30px 30px;
  cursor: pointer;
}

body[lang] .dropshadow form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #363436;
  font-size: 31px;
}

body[lang] .dropshadow form__login {
  padding-top: 10px;
  color: #3e3d40;
}

body[lang] .dropshadow form__login a {
  color: #3e3d40;
  font-weight: bolder;
}

body[lang] .dropshadow form .rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  text-align: start;
  gap: 35px 30px;
  padding-top: 35px;
}

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

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

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

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

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

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

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

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

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

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

body[lang] .dropshadow form .rows checkbox-news-letter {
  grid-column: span 2;
}

body[lang] .dropshadow form .rows input[type='radio'],
body[lang] .dropshadow form .rows input[type='checkbox'] {
  width: 17px;
  height: 17px;
  accent-color: #153885;
}

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

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

body[lang] .dropshadow form #gdpr .anchor {
  color: #3e3d40;
  font-weight: bolder;
}

body[lang] .dropshadow form #divBdayHeader {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

body[lang] .dropshadow form .button {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

body[lang] footer {
  background-color: #fff;
  padding: 0 20px;
  border-top: 1px solid #2563eb;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  width: 100%;
  margin-top: 100px;
  text-align: center;
}

body[lang] footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

body[lang] footer .content {
  border-top: 1px solid #b91c1c;
  padding: 36px 0;
  font-weight: 400;
  font-size: 15px;
}

body[lang] footer #logo {
  background: url(./logo.svg) no-repeat center;
  width: 340px;
  height: 84px;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] {
    background: url(./main_bg_1920_lines.png) no-repeat center top;
  }
  body[lang] .button {
    font-size: 19px;
  }
  body[lang] .header {
    padding: 0 50px;
  }
  body[lang] .header__wrapper #logo {
    background-size: auto 75%;
    width: 250px;
  }
  body[lang] .small {
    font-size: 28px;
  }
  body[lang] .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body[lang] .main__wrapper {
    background: url(./main_bg_768.png) no-repeat center bottom;
    background-size: auto 90%;
    text-align: center;
    min-height: 685px;
  }
  body[lang] .main__wrapper__title {
    font-size: 50px;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
  body[lang] .main__wrapper__title .small {
    font-size: 24px;
  }
  body[lang] .main__wrapper__sub_title {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    font-size: 23px;
  }
  body[lang] .main__wrapper .button {
    margin-top: 30px;
  }
  body[lang] .how_it_works {
    background-size: auto 95%;
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
  }
  body[lang] .how_it_works .container {
    padding: 0 75px;
    padding-bottom: 50px;
  }
  body[lang] .how_it_works .container .button {
    margin-top: 25px;
    width: 100%;
  }
  body[lang] .how_it_works__title {
    font-size: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  body[lang] .how_it_works__card {
    font-size: 17px;
  }
  body[lang] .how_it_works__card::before {
    font-size: 35px;
  }
  body[lang] .how_it_works__card__title {
    font-size: 26px;
  }
  body[lang] .support {
    background-size: auto 60%;
    background-position: center bottom;
    min-height: 700px;
    padding-top: 25px;
    text-align: center;
  }
  body[lang] .support__small_title {
    padding-top: 0px;
  }
  body[lang] .support__sub_title {
    font-size: 27px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
    margin-top: 0px;
  }
  body[lang] .support__bullets {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    text-align: left;
  }
  body[lang] .support__bullets__bullet {
    -webkit-padding-start: 43px;
            padding-inline-start: 43px;
  }
  body[lang] .what_is {
    min-height: 0px;
    padding-top: 25px;
  }
  body[lang] .what_is__title {
    font-size: 24px;
  }
  body[lang] .what_is__grid {
    gap: 10px;
  }
  body[lang] .what_is__grid__card {
    padding: 40px 32px;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
    font-size: 20px;
  }
  body[lang] .our_experts {
    padding-top: 60px;
  }
  body[lang] .our_experts__title {
    padding-inline: 0px;
    font-size: 35px;
  }
  body[lang] .our_experts .button {
    margin-top: 20px;
    padding: 10px 94px;
  }
  body[lang] .dropshadow {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
  body[lang] .dropshadow form checkbox-news-letter {
    grid-column: auto !important;
  }
  body[lang] .dropshadow form .form_title {
    font-size: 25px;
  }
  body[lang] .dropshadow form .rows {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px 0;
  }
  body[lang] .dropshadow form .rows .button {
    width: 100%;
  }
  body[lang] .dropshadow form .rows #divBdayHeader {
    padding: 8px 0;
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
  body[lang] footer {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    font-size: 16px;
    padding: 15px 35px;
  }
  body[lang] .header {
    padding: 0 10px;
  }
  body[lang] .header__wrapper {
    padding: 0 10px;
  }
  body[lang] .header__wrapper #logo {
    background-size: auto 60%;
    width: 200px;
  }
  body[lang] .header__wrapper .button {
    font-size: 14px;
    padding: 10px 25px;
  }
  body[lang] .main {
    padding-top: 120px;
  }
  body[lang] .main .container {
    background: url(./main_bg_320.png) no-repeat center bottom;
  }
  body[lang] .main__wrapper {
    background: none;
    min-height: 505px;
  }
  body[lang] .main__wrapper__title {
    font-size: 32px;
  }
  body[lang] .main__wrapper__title .small {
    font-size: 20px;
  }
  body[lang] .main__wrapper__sub_title {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    font-size: 16px;
  }
  body[lang] .main__wrapper .button {
    margin-top: 40px;
  }
  body[lang] .how_it_works {
    background: url(./how_it_works_bg_320.png) no-repeat center;
    background-size: cover;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
  body[lang] .how_it_works .container {
    padding: 0 20px;
  }
  body[lang] .how_it_works .container .button {
    padding: 15px 50px;
  }
  body[lang] .how_it_works__title {
    font-size: 32px;
    padding-bottom: 20px;
  }
  body[lang] .how_it_works__card::before {
    font-size: 24px;
  }
  body[lang] .how_it_works__card__title {
    font-size: 22px;
  }
  body[lang] .how_it_works__card__sub_title {
    font-size: 16px;
  }
  body[lang] .support {
    background: url(./support_bg_320.png) no-repeat center bottom;
    padding-bottom: 290px;
  }
  body[lang] .support__small_title {
    font-size: 20px;
  }
  body[lang] .support__title {
    font-size: 32px;
    line-height: 100%;
    padding-top: 10px;
  }
  body[lang] .support__sub_title {
    font-size: 18px;
  }
  body[lang] .support__bullets {
    max-width: 330px;
    margin: auto;
  }
  body[lang] .support__bullets__bullet {
    font-size: 17px;
    -webkit-padding-start: 39px;
            padding-inline-start: 39px;
  }
  body[lang] .support__bullets__bullet::before {
    background-size: auto 85%;
  }
  body[lang] .what_is {
    padding-top: 50px;
  }
  body[lang] .what_is__title {
    font-size: 20px;
  }
  body[lang] .what_is__sub_title {
    font-size: 32px;
  }
  body[lang] .what_is__grid {
    gap: 10px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body[lang] .what_is__grid__card {
    font-size: 16px;
  }
  body[lang] .our_experts__title {
    font-size: 24px;
  }
  body[lang] .our_experts .button {
    width: 100%;
    padding: 10px 55px;
  }
  body[lang] .dropshadow {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
  body[lang] .dropshadow form {
    padding: 30px 20px;
  }
  body[lang] .dropshadow form .form_title {
    font-size: 22px;
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
    -webkit-padding-end: 35px;
            padding-inline-end: 35px;
  }
  body[lang] footer {
    padding: 0;
  }
  body[lang] footer #logo {
    width: 250px;
    background-size: auto 71%;
    height: 75px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */