@import url("https://fonts.cdnfonts.com/css/inter");
@import url("https://fonts.cdnfonts.com/css/league-spartan");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

h1, h2 {
  font-family: "League Spartan", sans-serif;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  color: #000;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

section {
  padding: 50px 0;
}

.container {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  color: #fff;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .container {
  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;
}
.header__logo {
  height: 57px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.header__nav__a {
  color: #333232;
  font-size: 12px;
}
.header .main-btn {
  font-size: 12px;
  padding: 13px 50px;
  margin-left: 150px;
}

.main-btn {
  font-size: 14px;
  padding: 16px 33px;
  display: inline-block;
  border-radius: 8px;
  background: #034CB6;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "League Spartan", sans-serif;
}

.accordion__header {
  gap: 20px;
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#614C21), color-stop(46.63%, #C29D51), to(#EDD97C));
  background: linear-gradient(90deg, #614C21 0%, #C29D51 46.63%, #EDD97C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-text-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2E081), to(#C29D51));
  background: linear-gradient(180deg, #F2E081 0%, #C29D51 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  padding-top: 110px;
}
.hero .container {
  background: url(../img/intro-bg.png) no-repeat bottom right/cover;
  padding: 67px 30px 90px;
  border-radius: 20px;
}
.hero__content h1 {
  font-size: 78px;
  text-align: left;
  color: #B1B3B4;
  font-weight: 600;
}
.hero__content h1 span {
  color: #044AB3;
}
.hero__content p {
  font-size: 12px;
  line-height: 1.4;
  margin: 8px 0 44px;
  max-width: 492px;
  color: #282828;
}
.hero__content .main-btn {
  margin: 0 auto;
}
.hero__img {
  display: none;
}

h2 {
  font-size: 40px;
  margin-bottom: 32px;
  color: #333333;
}
h2.center {
  text-align: center;
}

.about {
  padding-bottom: 0;
  margin-bottom: 50px;
  color: #fff;
}
.about h2 {
  color: #fff;
}
.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 73px;
  padding: 50px 30px 25px;
  background: #034CB7 url(../img/about-bg.png) no-repeat center/cover;
  border-radius: 20px;
}
.about__text {
  max-width: 540px;
}
.about__text p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.about__text p.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px !important;
}
.about__text p.flex + p {
  margin-top: 40px;
}
.about__text p.flex img {
  height: 13px;
  width: auto;
}
.about__img {
  width: 100%;
  max-width: 634px;
  height: auto;
}

.why {
  background: url(../img/why-bg.png) no-repeat top center/cover;
  padding-top: 0;
  padding-bottom: 150px;
}
.why__content {
  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;
}
.why__content--2 {
  padding: 0 40px;
  margin: 86px 0 100px;
}
.why__content--3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why__item {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  background: #034CB6;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: relative;
}
.why__item img {
  position: absolute;
  width: 38px;
  height: auto;
  top: -16px;
  right: -16px;
}

.services__sub {
  margin: -20px 0 32px;
  font-weight: bold;
  color: #034CB6;
  font-size: 20px;
}
.services__item {
  position: relative;
  background: #F2F8FD;
  border-radius: 20px;
  overflow: hidden;
}
.services__item + .services__item {
  margin-top: 24px;
}
.services__item img {
  position: absolute;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__item__text {
  width: 50%;
  margin-left: auto;
  padding: 25px 25px 32px;
}
.services__item h3 {
  color: #5799F9;
  font-size: 32px;
}
.services__item p {
  font-size: 12px;
  line-height: 1.4;
  color: #282828;
  margin: 15px 0 28px;
}

.calc {
  color: #fff;
}
.calc .container {
  background: #034CB7 url(../img/calc-bg.png) no-repeat bottom right/cover;
  padding: 40px 30px;
  border-radius: 20px;
}
.calc h2 {
  margin-bottom: 18px;
  color: #fff;
}
.calc__sub {
  margin-bottom: 18px;
  font-size: 12px;
}
.calc__title {
  font-size: 12px;
  color: #5799F9;
  margin-bottom: 24px;
}
.calc__box {
  max-width: 857px;
}
.calc__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px 15px;
  margin-bottom: 24px;
}
.calc__field {
  width: calc(50% - 8px);
}
.calc__field--100 {
  width: 100%;
}
.calc__field--100 input, .calc__field--100 select {
  padding-bottom: 72px !important;
}
.calc__field input, .calc__field select {
  padding: 22px 16px;
  background: #689CE8;
  color: #FFFFFF;
  display: block;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 12px;
}
.calc__field input::-webkit-input-placeholder, .calc__field select::-webkit-input-placeholder {
  color: #fff;
}
.calc__field input::-moz-placeholder, .calc__field select::-moz-placeholder {
  color: #fff;
}
.calc__field input:-ms-input-placeholder, .calc__field select:-ms-input-placeholder {
  color: #fff;
}
.calc__field input::-ms-input-placeholder, .calc__field select::-ms-input-placeholder {
  color: #fff;
}
.calc__field input::placeholder, .calc__field select::placeholder {
  color: #fff;
}
.calc__field input + .calc__error, .calc__field select + .calc__error {
  margin-top: 10px;
}
.calc__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
  display: none;
}
.calc__result-item {
  padding: 22px 16px;
  background: #689CE8;
  color: #FFFFFF;
  display: block;
  width: 100%;
  border: none;
  border-radius: 10px;
  width: calc(50% - 8px);
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.calc__result-item--100 {
  width: 100%;
  padding-bottom: 72px;
}
.calc__result .calc__title {
  width: 100%;
}
.calc .calc__result-value {
  font-weight: bold;
}
.calc__error {
  font-size: 12px;
  color: #ff6363;
}
.calc .main-btn {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border: none;
  margin-top: 10px;
}
.calc .calc__result--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how__wrapper {
  border-radius: 20px;
  background: #F2F8FD;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 47px 0 28px;
}
.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.how__item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.how__item + .how__item {
  border-left: 1px solid #DADADA;
}
.how__item__heading {
  position: relative;
  height: 154px;
  width: 154px;
  min-height: 154px;
  min-width: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #333232;
  border-radius: 20px;
  margin-bottom: 30px;
}
.how__item__heading img {
  position: absolute;
  height: 60px;
  width: auto;
  top: -30px;
  right: -30px;
}
.how__item__heading span {
  font-size: 64px;
  color: #333333;
  font-weight: 700;
}
.how__item p {
  font-size: 12px;
  color: #282828;
}
.how .main-btn {
  display: block;
  max-width: 432px;
  text-align: center;
  margin: 41px auto 0;
}

.reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 50px;
}
.reviews__item {
  background: #F2F8FD;
  padding: 25px 25px 40px;
  border-radius: 20px;
  width: 100%;
  max-width: 432px;
}
.reviews__item__author {
  height: 56px;
  width: auto;
}
.reviews__item h5 {
  margin: 13px 0 19px;
  font-size: 12px;
  color: #282828;
}
.reviews__item p {
  color: #2a2a2a;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 13px;
}
.reviews__item__stars {
  height: 19px;
  width: auto;
}

.contacts {
  background: url(../img/contacts-bg.png) no-repeat top right/cover;
}
.contacts__form {
  width: 100%;
  max-width: 546px;
  text-align: left;
  background: #034CB7;
  padding: 50px 24px 20px;
  border-radius: 20px;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 10px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Inter", sans-serif;
  color: #fff;
  background: #5799F9;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.3882352941);
}
.contacts__form .form-input::-webkit-outer-spin-button, .contacts__form .form-input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.contacts__form .form-input option {
  color: #000;
}
.contacts__form p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
.contacts__form p a {
  color: #fff;
}
.contacts__form .form-btn {
  width: 100%;
  background: #FFFFFF;
  display: block;
  border: none;
  font-family: "Inter", sans-serif;
  color: #333232;
}

.iti__flag-container {
  padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}

.footer {
  padding: 60px 0;
  background: #034CB6;
  color: #fff;
}
.footer .header {
  position: static;
}
.footer .header__nav__a {
  color: #fff;
}
.footer h2 {
  color: #fff;
}
.footer__bottom {
  margin-top: 30px;
}
.footer__bottom p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.footer .burger {
  display: none !important;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.policy li {
  margin-left: 20px;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.policy h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.thanks {
  background: #fff url(../img/thanks-bg.png) no-repeat center top/cover;
  color: #044AB3;
  padding: 0;
  text-align: center;
}
.thanks__img {
  width: 120px;
  height: auto;
}
.thanks h1 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 38px;
}
.thanks p {
  font-size: 16px;
  margin-bottom: 15px;
}
.thanks p a {
  font-size: 14px;
  text-decoration: underline;
}
.thanks p img {
  height: 22px;
  width: auto;
  margin-bottom: -5px;
}
.thanks .container {
  min-height: 100vh;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 210px 15px 12px;
}/*# sourceMappingURL=styles.css.map */