@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;
}

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: 56px;
  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: 17px 26px;
}

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

.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: 140px 0 40px;
}
.hero__content {
  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;
  gap: 24px;
}
.hero__text {
  max-width: 640px;
  width: 100%;
}
.hero__text h1 {
  font-size: 48px;
  text-align: left;
  color: #141414;
  font-weight: 700;
  line-height: 1;
}
.hero__text h1 span {
  color: #882741;
}
.hero__box {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 44px;
}
.hero__box__item, .hero__box .main-btn {
  width: calc(50% - 12px);
}
.hero__box__item {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border: 4px solid #FFFFFF;
  background: #F8F7FC;
  padding: 26px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  color: #616161;
}
.hero__box .main-btn {
  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;
}
.hero__img {
  width: 100%;
  max-width: 660px;
  height: auto;
}

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

.about {
  padding: 42px 0 84px;
  background: #F1F0F5 url(../img/about-bg.png) no-repeat bottom right/cover;
}
.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.about__text {
  max-width: 663px;
}
.about__text p {
  font-size: 20px;
  line-height: 1.5;
}
.about__img {
  width: 100%;
  max-width: 546px;
  height: auto;
}

.why__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.why__item {
  width: 100%;
  max-width: 424px;
  background: #F0EFF4;
  border-radius: 20px;
  padding: 53px 36px 73px;
}
.why__item img {
  height: 59px;
  width: auto;
}
.why__item h4 {
  margin: 21px 0 10px;
  font-size: 24px;
  color: #141414;
  font-weight: 500;
}
.why__item p {
  font-size: 16px;
  color: #676767;
}
.why__item--blue {
  background: #202E4A;
}
.why__item--blue h4, .why__item--blue p {
  color: #fff;
}
.why__item--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.why__item--last img {
  width: 100%;
  height: 100%;
}

.work {
  position: relative;
  background: #202E4A;
}
.work h2 {
  text-align: center;
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 128px;
  white-space: nowrap;
}
.work .main-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px;
  background: #882741;
}
.work__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: 170px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 176px;
}
.work__item {
  color: #fff;
  background: rgba(217, 217, 217, 0.1019607843);
  border: 1px solid rgba(240, 239, 244, 0.2509803922);
  backdrop-filter: blur(4px);
  position: relative;
  padding: 74px 0;
  width: 100%;
  max-width: 286px;
  text-align: center;
  border-radius: 13px;
}
.work__item div {
  background: #882741;
  height: 68px;
  width: 68px;
  min-height: 68px;
  min-width: 68px;
  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-radius: 7px;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
}
.work__item p {
  font-size: 14px;
  font-weight: 500;
}
.work__item--white {
  color: #323232;
  background: #FFFFFF;
}
.work__item--white div {
  background: #D8B8A1;
}
.work__item--1 {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.work__item--3 {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}
.work__item--5 {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
}
.work__item--6 {
  -webkit-transform: translateY(26px);
          transform: translateY(26px);
}

.steps {
  background: #F1F0F5 url(../img/logo-2.png) no-repeat top 98px right 48px/183px auto;
}
.steps__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps__img {
  height: auto;
  width: 100%;
  max-width: 660px;
}
.steps__items {
  margin-left: -120px;
}
.steps__item {
  width: 100%;
  max-width: 432px;
  position: relative;
  backdrop-filter: blur(4px);
  border: 2px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 39px 53px 30px;
  border-radius: 20px;
}
.steps__item + .steps__item {
  margin-top: 20px;
}
.steps__item--2 {
  -webkit-transform: translateX(162px);
          transform: translateX(162px);
}
.steps__item--4 {
  -webkit-transform: translateX(271px);
          transform: translateX(271px);
}
.steps__item div {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 61px;
  width: 61px;
  min-height: 61px;
  min-width: 61px;
  background: #882741;
  border-radius: 100%;
  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;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.steps__item h4 {
  font-size: 20px;
  font-weight: 500;
  color: #141414;
}
.steps__item p {
  font-size: 12px;
  color: #676767;
  margin-top: 11px;
}

.exp {
  background: #fff url(../img/exp-bg.png) no-repeat center bottom/auto 850px;
}
.exp__content {
  padding: 404px 0 330px;
  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;
}
.exp__item {
  width: 100%;
  max-width: 432px;
  color: #fff;
}
.exp__item p {
  padding-bottom: 42px;
}
.exp__item p + p {
  padding: 30px 0 0;
  border-top: 1px solid #fff;
}
.exp__item--dark {
  color: #202E4A;
  text-align: right;
}
.exp__item--dark p + p {
  border-top: 1px solid #202E4A;
}

.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;
}
.reviews__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #676767;
  padding: 42px 32px 25px;
  border-radius: 20px;
  width: 100%;
  max-width: 432px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__item__heading {
  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;
  margin-bottom: 8px;
}
.reviews__item__heading div {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  background: #882741;
  border-radius: 100%;
  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;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.reviews__item__heading img {
  height: 14px;
  width: auto;
}
.reviews__item h4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.reviews__item small {
  display: block;
  margin: 6px 0 8px;
  font-size: 12px;
  color: #616161;
}
.reviews__item p {
  font-size: 12px;
  color: #000;
  margin-bottom: 26px;
}
.reviews__item .main-btn {
  margin-top: auto;
  max-width: 177px;
}

.examples {
  background: #F1F0F5;
}
.examples__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;
}
.examples__item {
  width: 100%;
  max-width: 318px;
}
.examples__item img {
  width: 100%;
  height: auto;
}
.examples__item p {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.examples__item p b {
  color: #882741;
}

.contacts {
  background: #202E4A url(../img/contacts-bg.png) no-repeat bottom right 98px/auto 526px;
}
.contacts h2 {
  color: #fff;
}
.contacts__form {
  width: 100%;
  max-width: 546px;
  text-align: left;
}
.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: #000;
  background: #F0EFF4;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #3e5177;
}
.contacts__form .form-input::-moz-placeholder {
  color: #3e5177;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #3e5177;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #3e5177;
}
.contacts__form .form-input::placeholder {
  color: #3e5177;
}
.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: #882741;
  display: block;
  border: none;
  font-family: "Inter", sans-serif;
}

.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: #202E4A;
}

.footer {
  padding: 60px 0;
  background: #141414;
  color: #fff;
}
.footer .header {
  position: static;
}
.footer .header__nav__a {
  color: #fff;
}
.footer h2 {
  color: #fff;
  margin: 0;
}
.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: #141414;
  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;
}

.mob-visible {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */