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

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

body {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
}

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] .header {
  padding-block: 26px;
}

body[lang] .header__wrapper {
  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;
  border-radius: 90px;
  background-color: #ebedf5;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  max-width: 1690px;
  margin: auto;
}

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

body[lang] .header__wrapper .button {
  color: #c8102e;
  background-color: #fff;
  border: 1px solid #c8102e;
  -webkit-box-shadow: 0 0 9px 0 rgba(185, 28, 28, 0.4) inset;
          box-shadow: 0 0 9px 0 rgba(185, 28, 28, 0.4) inset;
  padding: 16px;
}

body[lang] .button {
  color: #fff;
  background-color: #c8102e;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 40px;
  border: none;
  border-radius: 55px;
  cursor: pointer;
}

body[lang] .main {
  padding-block: 210px 90px;
  background: url("./main_bg_1920.png") no-repeat top center;
}

body[lang] .main__note {
  color: #c8102e;
  font-size: 28px;
  font-weight: 700;
  max-width: 588px;
}

body[lang] .main__title {
  padding-top: 20px;
  color: #012169;
  font-size: 50px;
  font-weight: 800;
  line-height: 140%;
  max-width: 560px;
}

body[lang] .main__subtitle {
  padding-top: 20px;
  color: #012169;
  font-size: 24px;
  font-weight: 500;
  max-width: 538px;
}

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

body[lang] .assistance {
  padding-block: 65px 55px;
  background-color: #012169;
}

body[lang] .assistance__title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

body[lang] .assistance__bullets {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

body[lang] .assistance__bullets .bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ebedf5;
  font-size: 24px;
  font-weight: 500;
}

body[lang] .assistance__bullets .bullet::before {
  content: '';
  padding: 20px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

body[lang] .assistance__bullets .bullet.bullet1::before {
  background: url("./assistance_bullet1.svg") no-repeat center;
}

body[lang] .assistance__bullets .bullet.bullet2::before {
  background: url("./assistance_bullet2.svg") no-repeat center;
}

body[lang] .assistance__bullets .bullet.bullet3::before {
  background: url("./assistance_bullet3.svg") no-repeat center;
}

body[lang] .assistance__bullets .bullet.bullet4::before {
  background: url("./assistance_bullet4.svg") no-repeat center;
}

body[lang] .choose {
  margin-top: 50px;
  padding-bottom: 13px;
  background: url("./choose_bg_1920.png") no-repeat top right;
}

body[lang] .choose__note {
  padding-top: 60px;
  color: #c8102e;
  font-size: 28px;
  font-weight: 700;
}

body[lang] .choose__title {
  padding-top: 5px;
  color: #012169;
  font-size: 45px;
  font-weight: 800;
}

body[lang] .choose__bullets {
  padding-top: 20px;
}

body[lang] .choose__bullets .bullet {
  color: #012169;
  font-size: 24px;
  font-weight: 500;
}

body[lang] .choose__bullets .bullet:not(:first-child) {
  padding-top: 20px;
}

body[lang] .choose__bullets .bullet::before {
  content: '';
  background: url("./choose_bullet.svg") no-repeat center;
  padding: 10px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

body[lang] .support {
  margin-top: 90px;
  background: url("./support_bg_1920.png") no-repeat top left;
}

body[lang] .support__wrapper {
  -webkit-margin-start: 610px;
          margin-inline-start: 610px;
}

body[lang] .support__wrapper__note {
  padding-top: 27px;
  color: #c8102e;
  font-size: 28px;
  font-weight: 700;
}

body[lang] .support__wrapper__title {
  padding-top: 5px;
  color: #012169;
  font-size: 45px;
  font-weight: 800;
}

body[lang] .support__wrapper__bullets {
  padding-top: 20px;
}

body[lang] .support__wrapper__bullets .bullet {
  color: #012169;
  font-size: 24px;
  font-weight: 500;
}

body[lang] .support__wrapper__bullets .bullet:not(:first-child) {
  padding-top: 10px;
}

body[lang] .support__wrapper__bullets .bullet::before {
  content: '';
  background: url("./support_bullet.svg") no-repeat center;
  padding: 10px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

body[lang] .benefits {
  margin-top: 50px;
  padding: 40px;
  border-radius: 53px;
  background-color: #ebedf5;
}

body[lang] .benefits__title {
  color: #c8102e;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
}

body[lang] .benefits__bullets {
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 60px 150px;
}

body[lang] .benefits__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;
  gap: 20px;
  color: #012169;
  text-align: center;
  font-size: 24px;
}

body[lang] .benefits__bullets .bullet::before {
  content: '';
  padding: 25px;
}

body[lang] .benefits__bullets .bullet.bullet1::before {
  background: url("./benefits_bullet1.svg") no-repeat center;
}

body[lang] .benefits__bullets .bullet.bullet2::before {
  background: url("./benefits_bullet2.svg") no-repeat center;
}

body[lang] .benefits__bullets .bullet.bullet3::before {
  background: url("./benefits_bullet3.svg") no-repeat center;
}

body[lang] .benefits__bullets .bullet.bullet4::before {
  background: url("./benefits_bullet4.svg") no-repeat center;
}

body[lang] .benefits__bullets .bullet.bullet5::before {
  background: url("./benefits_bullet5.svg") no-repeat center;
}

body[lang] .benefits__bullets .bullet.bullet6::before {
  background: url("./benefits_bullet6.svg") no-repeat center;
}

body[lang] .how {
  margin-top: 50px;
  padding-bottom: 47px;
  background: url("./how_bg_1920.png") no-repeat top right;
}

body[lang] .how__title {
  padding-top: 55px;
  color: #012169;
  font-size: 45px;
  font-weight: 800;
}

body[lang] .how__bullets {
  padding-top: 20px;
  counter-reset: list-number;
}

body[lang] .how__bullets .bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #012169;
  font-size: 23px;
  font-weight: 500;
}

body[lang] .how__bullets .bullet:not(:first-child) {
  padding-top: 15px;
}

body[lang] .how__bullets .bullet:not(:last-child)::before {
  content: counter(list-number);
  counter-increment: list-number;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 10px 4px;
  color: transparent;
  background-image: linear-gradient(298deg, #b91c1c 32.42%, #153885 86.17%), linear-gradient(#ebedf5, #ebedf5);
  background-clip: text, padding-box;
  border-radius: 50px;
  -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);
  -webkit-margin-end: 13px;
          margin-inline-end: 13px;
}

body[lang] .how__bullets .bullet:last-child::before {
  content: '';
  background: url("./how_bullet.svg") no-repeat center;
  padding: 20px 17px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

body[lang] .faq {
  margin-top: 50px;
  padding: 40px;
  color: #fff;
  background-color: #0073b1;
}

body[lang] .faq__title {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
}

body[lang] .faq__wrapper {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid rgba(146, 175, 239, 0.3);
  background-color: #0073b1;
  margin-top: 20px;
  cursor: pointer;
}

body[lang] .faq__wrapper.faq1 {
  margin-top: 42px;
}

body[lang] .faq__wrapper .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 32px;
  font-weight: 700;
}

body[lang] .faq__wrapper .question::after {
  content: '';
  background: url("./faq_arrow.svg") no-repeat center right;
  padding: 18px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

body[lang] .faq__wrapper .answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: max-height 400ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: max-height 400ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: max-height 400ms ease-in-out, opacity 300ms ease-in-out, transform 350ms ease-in-out;
  transition: max-height 400ms ease-in-out, opacity 300ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}

body[lang] .faq__wrapper.open .question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body[lang] .faq__wrapper.open .answer {
  padding-top: 10px;
  max-height: 500px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body[lang] .start {
  padding-block: 40px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

body[lang] .start__text {
  color: #012169;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
}

body[lang] .footer {
  padding: 40px;
  text-align: center;
  color: #012169;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  border-top: 1px solid #012169;
}

body[lang] .footer .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

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

body[lang] .footer .container .content {
  border-top: 1px solid #012169;
  padding-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

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

body[lang] .dropshadow .form {
  position: relative;
  text-align: center;
  padding: 70px 20px 20px;
  border-radius: 20px;
  background-color: #ebedf5;
  -webkit-box-shadow: 0 0 20px 0 #2563eb;
          box-shadow: 0 0 20px 0 #2563eb;
  max-width: 760px;
  margin: auto;
}

body[lang] .dropshadow .form__title {
  color: #153885;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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 .rows #divSendEmail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

body[lang] .dropshadow .form #gdpr {
  margin-top: 30px;
  color: #3e3d40;
}

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

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

body[lang] .dropshadow .form .button {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] .header__wrapper {
    max-width: 767px;
  }
  body[lang] .button {
    font-size: 20px;
    padding: 10px 35px;
  }
  body[lang] .main {
    padding-block: 150px 595px;
    background: url("./main_bg_1200.png") no-repeat center bottom 35px;
    text-align: center;
  }
  body[lang] .main__note {
    font-size: 24px;
    max-width: unset;
  }
  body[lang] .main__title {
    font-size: 40px;
    max-width: unset;
  }
  body[lang] .main__subtitle {
    font-size: 20px;
    max-width: unset;
  }
  body[lang] .main__button {
    margin: 20px auto 0;
  }
  body[lang] .assistance {
    padding-block: 25px;
  }
  body[lang] .assistance__title {
    max-width: 487px;
    margin: auto;
  }
  body[lang] .assistance__bullets {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }
  body[lang] .choose {
    margin-top: 40px;
    padding-bottom: 540px;
    background: url("./choose_bg_1200.png") no-repeat center bottom;
  }
  body[lang] .choose__note {
    padding-top: 0;
    font-size: 24px;
    text-align: center;
  }
  body[lang] .choose__title {
    padding-top: 10px;
    font-size: 40px;
    text-align: center;
  }
  body[lang] .choose__bullets {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body[lang] .choose__bullets .bullet {
    font-size: 20px;
  }
  body[lang] .support {
    margin-top: 76px;
    padding-bottom: 570px;
    background: url("./support_bg_1200.png") no-repeat center bottom;
  }
  body[lang] .support__wrapper {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  body[lang] .support__wrapper__note {
    padding-top: 0;
    font-size: 24px;
    text-align: center;
  }
  body[lang] .support__wrapper__title {
    padding-top: 10px;
    font-size: 40px;
    text-align: center;
  }
  body[lang] .support__wrapper__bullets {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body[lang] .support__wrapper__bullets .bullet {
    font-size: 20px;
  }
  body[lang] .support__wrapper__bullets .bullet:not(:first-child) {
    padding-top: 20px;
  }
  body[lang] .benefits {
    margin-top: 36px;
  }
  body[lang] .benefits__title {
    font-size: 40px;
  }
  body[lang] .benefits__bullets {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  body[lang] .benefits__bullets .bullet {
    font-size: 20px;
  }
  body[lang] .how {
    padding-bottom: 580px;
    background: url("./how_bg_1200.png") no-repeat center bottom;
  }
  body[lang] .how__title {
    padding-top: 0;
    font-size: 40px;
    text-align: center;
  }
  body[lang] .how__bullets {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body[lang] .how__bullets .bullet {
    font-size: 20px;
  }
  body[lang] .faq__title {
    font-size: 40px;
  }
  body[lang] .start {
    padding-block: 60px 70px;
    gap: 30px;
  }
  body[lang] .start__text {
    font-size: 40px;
  }
  body[lang] .footer {
    padding: 57px;
  }
  body[lang] .footer .container {
    gap: 50px;
  }
  body[lang] .footer .container .content {
    padding-top: 20px;
  }
  body[lang] .dropshadow .form {
    padding: 70px 30px 20px;
    max-width: 485px;
  }
  body[lang] .dropshadow .form__title {
    font-size: 24px;
  }
  body[lang] .dropshadow .form .rows {
    padding-top: 20px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 35px;
  }
  body[lang] .dropshadow .form .rows checkbox-news-letter {
    grid-column: span 1;
  }
  body[lang] .dropshadow .form .button {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .header__wrapper {
    padding-block: 7px;
    max-width: 700px;
  }
  body[lang] .header__wrapper #logo {
    background-size: 160px auto;
    width: 160px;
    height: 41px;
  }
  body[lang] .header__wrapper .button {
    font-size: 14px;
    padding: 10px;
  }
  body[lang] .button {
    font-size: 16px;
    padding: 13px 20px;
  }
  body[lang] .main {
    padding-block: 110px 280px;
    background: url("./main_bg_768.png") no-repeat center bottom 30px;
    text-align: center;
  }
  body[lang] .main__note {
    font-size: 20px;
  }
  body[lang] .main__title {
    padding-top: 10px;
    font-size: 28px;
  }
  body[lang] .main__subtitle {
    padding-top: 10px;
    font-size: 16px;
  }
  body[lang] .assistance__title {
    font-size: 24px;
    max-width: unset;
  }
  body[lang] .assistance__bullets {
    gap: 30px 15px;
  }
  body[lang] .assistance__bullets .bullet {
    font-size: 16px;
  }
  body[lang] .assistance__bullets .bullet.bullet2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  body[lang] .assistance__bullets .bullet.bullet3 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  body[lang] .assistance__bullets .bullet::before {
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
  body[lang] .assistance__bullets .bullet.bullet1::before {
    background-size: 30px auto;
  }
  body[lang] .assistance__bullets .bullet.bullet2::before {
    background-size: 30px auto;
  }
  body[lang] .assistance__bullets .bullet.bullet3::before {
    background-size: 30px auto;
  }
  body[lang] .assistance__bullets .bullet.bullet4::before {
    background-size: 30px auto;
  }
  body[lang] .choose {
    margin-top: 30px;
    padding-bottom: 240px;
    background: url("./choose_bg_768.png") no-repeat center bottom;
  }
  body[lang] .choose__note {
    font-size: 20px;
  }
  body[lang] .choose__title {
    padding-top: 5px;
    font-size: 28px;
  }
  body[lang] .choose__bullets .bullet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
    font-size: 16px;
  }
  body[lang] .support {
    margin-top: 30px;
    padding-bottom: 240px;
    background: url("./support_bg_768.png") no-repeat center bottom;
  }
  body[lang] .support__wrapper__note {
    font-size: 20;
  }
  body[lang] .support__wrapper__title {
    padding-top: 5px;
    font-size: 28px;
  }
  body[lang] .support__wrapper__bullets .bullet {
    font-size: 16px;
  }
  body[lang] .benefits {
    padding: 20px;
    margin: 30px auto 0;
    max-width: 480px;
  }
  body[lang] .benefits__title {
    font-size: 28px;
  }
  body[lang] .benefits__bullets .bullet {
    font-size: 16px;
    gap: 10px;
  }
  body[lang] .benefits__bullets .bullet.bullet1::before {
    background-size: 40px auto;
  }
  body[lang] .benefits__bullets .bullet.bullet2::before {
    background-size: 40px auto;
  }
  body[lang] .benefits__bullets .bullet.bullet3::before {
    background-size: 40px auto;
  }
  body[lang] .benefits__bullets .bullet.bullet4::before {
    background-size: 40px auto;
  }
  body[lang] .benefits__bullets .bullet.bullet5::before {
    background-size: 40px auto;
  }
  body[lang] .benefits__bullets .bullet.bullet6::before {
    background-size: 40px auto;
  }
  body[lang] .how {
    margin-top: 30px;
    padding-bottom: 220px;
    background: url("./how_bg_768.png") no-repeat center bottom;
  }
  body[lang] .how__title {
    font-size: 28px;
  }
  body[lang] .how__bullets .bullet {
    font-size: 16px;
  }
  body[lang] .faq {
    margin-top: 30px;
    padding: 40px 0;
  }
  body[lang] .faq__title {
    font-size: 28px;
  }
  body[lang] .faq__wrapper {
    max-width: 500px;
    margin: 20px auto 0;
  }
  body[lang] .faq__wrapper.faq1 {
    margin: 30px auto 0;
  }
  body[lang] .faq__wrapper .question {
    font-size: 24px;
    gap: 5px;
  }
  body[lang] .faq__wrapper .answer {
    font-size: 16px;
  }
  body[lang] .start {
    padding-block: 30px;
    gap: 20px;
  }
  body[lang] .start__text {
    font-size: 28px;
  }
  body[lang] .footer {
    padding: 30px;
  }
  body[lang] .footer .container {
    gap: 0;
  }
  body[lang] .footer .container #logo {
    background-size: 260px auto;
    width: 260px;
  }
  body[lang] .dropshadow .form {
    padding: 50px 20px 10px;
    max-width: 375px;
  }
  body[lang] .dropshadow .form .closeBtn {
    background-size: 30px auto;
    width: 30px;
  }
  body[lang] .dropshadow .form__title {
    padding-top: 10px;
  }
  body[lang] .dropshadow .form .button {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */