@import url("../jost-3");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Jost", sans-serif;
}

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: #0A0A11;
}

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

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

.header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.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;
  gap: 40px;
}
.header__logo {
  height: 50px;
  width: auto;
}
.header__nav {
  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;
  gap: 70px;
}
.header__nav a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.header__nav .main-btn {
  background: #5199FF;
  padding: 12px 25px;
  line-height: 29px;
}

.main-btn {
  background: linear-gradient(266.43deg, #5199FF 3.47%, #2875E3 90.45%);
  color: #fff;
  padding: 23px 40px;
  border-radius: 15px;
}

.intro {
  padding-top: 180px;
}
.intro__wrapper {
  background: #282828 url(../images/intro-bg.png) no-repeat top center/cover;
}
.intro .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;
  padding-top: 10px;
  padding-bottom: 40px;
}
.intro__text {
  color: #fff;
}
.intro__text h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 12px;
}
.intro__text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.68px;
  max-width: 520px;
}
.intro__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 33px 0 50px;
}
.intro__subtitle img {
  height: 42px;
  width: auto;
}
.intro__subtitle span {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.68px;
}
.intro__img {
  margin-right: -120px;
  height: 590px;
  width: auto;
}
.intro__img--mob {
  display: none;
}
.intro__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.intro__btns__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 21px 90px;
  border: 3px solid #5199FF;
  border-radius: 15px;
}
.intro__btns__info svg {
  height: 32px;
  width: auto;
}

#chatra {
  visibility: visible !important;
  opacity: 1 !important;
}

h2 {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.3;
  color: #0A0A11;
}

.about .container {
  background: #fff url(../images/about-bg.svg) no-repeat left 20px top 230px/auto 350px;
  max-width: 1390px;
  border-radius: 30px;
  padding: 45px 55px 90px;
  color: #0A0A11;
}
.about__slider {
  padding: 0 55px;
}
.about__slider img {
  height: auto;
  width: 100%;
}
.about__slider .slick-prev, .about__slider .slick-next {
  height: 42px;
  width: 42px;
}
.about__slider .slick-slide {
  padding: 0 11px;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  margin-top: 30px;
}
.about__left p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
}
.about__right {
  padding-top: 16px;
}
.about__right iframe {
  width: 628px;
  height: 305px;
  border-radius: 25px;
}
.about__right p {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.about__right p b {
  display: block;
}

.main__wrapper {
  border-radius: 60px;
  background: #F7F2ED;
  position: relative;
  z-index: 5;
}

.team {
  color: #fff;
  padding: 90px 0 65px;
  background: url(../images/team-bg.png) no-repeat center/100% 100%;
}
.team h2 {
  color: #fff;
  margin-bottom: 50px;
}
.team__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team__item {
  max-width: 302px;
  width: 100%;
}
.team__item img {
  width: 100%;
  height: auto;
}
.team__item p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 24px;
}
.team__item p b {
  display: block;
}

.results {
  padding: 30px 0;
  color: #fff;
}
.results__wrapper {
  background: url(../images/results-bg.svg) no-repeat top center/cover;
}
.results h2 {
  color: #fff;
}
.results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  gap: 24px;
}
.results__item {
  color: #fff;
  text-align: center;
  background: linear-gradient(241.76deg, #5199FF 8.55%, #2875E3 94.22%);
  padding: 73px 53px 64px;
  width: calc(33% - 12px);
  border-radius: 25px;
}
.results__item h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.results__item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 14px;
}

.how {
  padding: 30px 0;
  color: #fff;
}
.how h2 {
  color: #fff;
}
.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  gap: 24px;
}
.how__item {
  color: #fff;
  text-align: center;
  background: linear-gradient(241.76deg, #5199FF 8.55%, #2875E3 94.22%);
  padding: 34px 45px 20px;
  width: calc(33% - 12px);
  border-radius: 25px;
}
.how__item img {
  height: 108px;
  width: auto;
}
.how__item h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.how__item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 14px;
}

.situation {
  padding-top: 54px;
  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;
  gap: 55px;
}
.situation__text {
  max-width: 629px;
}
.situation__text p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 50px;
}
.situation__img {
  height: 490px;
  width: auto;
  margin-right: -50px;
}
.situation__img--mob {
  display: none;
}

.steps .container {
  background: #fff;
  max-width: 1390px;
  border-radius: 30px;
  padding: 60px 55px 80px;
  color: #0A0A11;
  position: relative;
  z-index: 2;
}
.steps__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin: 50px 0 40px;
  position: relative;
}
.steps__content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 88px;
  width: calc(50% - 40px);
}
.steps__content__wrapper .steps__item:last-child {
  margin-left: auto;
}
.steps__content__line {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 100%;
  border: 1px solid #5199FF;
  padding: 3px 0;
  max-height: 6px;
  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;
}
.steps__content__line div {
  background: #5199FF;
  height: 17px;
  width: 17px;
  min-height: 17px;
  min-width: 17px;
  border-radius: 100%;
}
.steps__content__line div.first {
  margin-left: -2px;
}
.steps__content__line div.last {
  margin-right: -2px;
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 370px;
}
.steps__item__counter div {
  height: 85px;
  width: 85px;
  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;
  background: rgba(81, 153, 255, 0.5019607843);
  border-radius: 15px;
  color: #fff;
}
.steps__item__counter b {
  display: block;
}
.steps__item__text h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.steps__item__text p {
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.23px;
}

.reviews {
  padding-top: 40px;
}
.reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: 45px;
}
.reviews__item {
  width: 100%;
  max-width: 411px;
  text-align: left;
  color: #000;
  background: rgba(81, 153, 255, 0.1019607843);
  padding: 24px 24px 45px;
  border-radius: 25px;
}
.reviews__item iframe {
  width: 100%;
  height: auto;
  border-radius: 15px;
  min-height: 255px;
}
.reviews__item h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 0;
}
.reviews__item h5 small {
  color: #828282;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px;
  margin-top: 4px;
}
.reviews__item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;
}

.offer {
  padding: 90px 0 77px;
}
.offer__bg {
  padding-top: 450px;
  margin-top: -450px;
  background: url(../images/offer-bg.png) no-repeat top center/cover;
}
.offer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.offer__img {
  height: 640px;
  width: auto;
  margin-right: -100px;
}
.offer__img--mob {
  display: none;
}
.offer__text h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 69.36px;
  text-align: left;
  margin-bottom: 42px;
}
.offer__text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.68px;
  text-align: left;
  max-width: 519px;
  color: #fff;
}
.offer__form {
  width: 100%;
  max-width: 520px;
}
.offer__form .input {
  display: block;
  width: 100%;
  background: #fff;
  padding: 20px 19px;
  border-radius: 25px;
  border: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.34px;
  text-align: left;
  color: #000;
}
.offer__form .input::-webkit-input-placeholder {
  color: #ACACAC;
}
.offer__form .input::-moz-placeholder {
  color: #ACACAC;
}
.offer__form .input:-ms-input-placeholder {
  color: #ACACAC;
}
.offer__form .input::-ms-input-placeholder {
  color: #ACACAC;
}
.offer__form .input::placeholder {
  color: #ACACAC;
}
.offer__form button {
  display: block;
  width: 100%;
  padding: 20px;
  border: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.34px;
  text-align: left;
  text-align: center;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.footer__logo {
  height: 36px;
  width: auto;
}
.footer__text p,
.footer__text a {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.68px;
  text-align: left;
  color: #fff;
  display: block;
}
.footer__text p + a, .footer__text p + p,
.footer__text a + a,
.footer__text a + p {
  margin-top: 24px;
}
.footer__policy {
  padding: 40px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  text-align: center;
  color: #fff;
}

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

.policy {
  color: #fff;
}

.policy h1 {
  margin-top: 32px;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  text-align: left;
  color: #fff !important;
}

.policy h2 {
  margin-top: 30px;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  text-align: left;
  color: #fff !important;
}/*# sourceMappingURL=styles.css.map */