.est-form {
  min-width: 650px; }
  .est-form .error {
    margin-top: 20px; }
  .est-form__slide {
    display: none;
    position: relative;
    padding: 45px 35px 30px;
    min-height: 630px; }
    .est-form__slide.is-active {
      display: block; }
  .est-form__head {
    max-width: 390px;
    margin: 0 auto; }
  .est-form__hint {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px; }
  .est-form__title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 25px; }
  .est-form__subtitle {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 25px; }
    .est-form__subtitle_alert {
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 15px; }
    .est-form__subtitle_small {
      font-size: 14px; }
  .est-form__steps {
    margin-bottom: 40px; }
  .est-form__services {
    margin-left: 30px; }
  .est-form__service label {
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%; }
  .est-form__domains {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 26px; }
  .est-form__domain {
    padding: 0 20px;
    min-height: 60px;
    display: flex;
    align-items: center; }
  .est-form__team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 25px;
    margin-bottom: 20px; }
  .est-form__team-member:last-child {
    grid-column: 1 / -1; }
  .est-form__other-specialists textarea {
    min-height: 105px; }
  .est-form__terms {
    display: flex;
    margin-bottom: 60px; }
  .est-form__terms-option {
    margin-right: 25px; }
    .est-form__terms-option label {
      min-width: 100px; }
  .est-form__budget {
    position: relative;
    display: flex;
    align-items: center; }
    .est-form__budget > * {
      margin-right: 15px; }
  .est-form__budget-from {
    padding: 6px 24px;
    color: #4466ac; }
  .est-form__budget-arrow-wrap {
    position: relative; }
  .est-form__budget-arrow-label {
    position: absolute;
    bottom: 14px;
    left: 19px; }
  .est-form__budget-input {
    border: 1px solid #e30613;
    font-size: 16px;
    max-width: 160px; }
  .est-form__contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px 20px;
    margin-bottom: 25px; }
    .est-form__contacts input,
    .est-form__contacts textarea {
      margin-bottom: 0 !important; }
    .est-form__contacts textarea {
      min-height: 105px; }
  .est-form__contacts-field:last-child {
    grid-column: 1 / -1; }
  .est-form__actions {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0 30px 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .est-form__next *:not(:last-child) {
    margin-right: 10px; }
  .est-form__prev {
    margin-right: auto; }
  .est-form__not-sure {
    margin-right: 25px; }
  .est-form__button {
    font-size: 16px;
    min-width: 145px;
    min-height: 40px;
    border-width: 1px;
    width: auto; }
  .est-form__loader {
    display: none; }
  .est-form__success {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 34px;
    padding: 0 20px; }

.featured-carousel {
  max-width: 565px;
  margin: 0 auto; }
  .featured-carousel__item:not(:last-child) {
    margin-bottom: 30px; }
  .featured-carousel__prev, .featured-carousel__next {
    display: none; }
  @media (min-width: 992px) {
    .featured-carousel {
      position: relative;
      padding: 0 125px;
      max-width: 1220px; }
      .featured-carousel__item {
        margin: 0 !important; }
      .featured-carousel__next, .featured-carousel__prev {
        display: block;
        position: absolute;
        border-radius: 50%;
        padding: 0;
        top: 100px;
        color: var(--button-color, red); }
        .featured-carousel__next > svg, .featured-carousel__prev > svg {
          display: block; }
        .featured-carousel__next[disabled], .featured-carousel__prev[disabled] {
          color: var(--button-disabled-color, #99bbaa) !important;
          cursor: default; }
        .featured-carousel__next:active, .featured-carousel__prev:active {
          color: var(--button-active-color, #1ea561); }
      .featured-carousel__prev {
        left: 40px; }
      .featured-carousel__next {
        right: 40px; }
      .featured-carousel__nav {
        display: flex;
        justify-content: center;
        margin-top: 40px; }
      .featured-carousel__nav-item {
        width: 15px;
        height: 15px;
        border: 1px solid var(--nav-color, red);
        background: white;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s; }
        .featured-carousel__nav-item:not(:last-child) {
          margin-right: 40px; }
        .featured-carousel__nav-item.tns-nav-active {
          background: var(--nav-color, red); } }

.featured-carousel-project {
  margin-bottom: 35px; }
  .featured-carousel-project__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px; }
  .featured-carousel-project__text {
    font-size: 14px;
    line-height: 19px;
    min-height: 140px; }
  .featured-carousel-project__img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  @media (min-width: 992px) {
    .featured-carousel-project {
      margin-bottom: 0; }
      .featured-carousel-project__wrap {
        display: flex;
        align-items: center; }
      .featured-carousel-project__content {
        flex-basis: 0;
        flex-grow: 1;
        margin-bottom: 0;
        margin-right: 30px; }
      .featured-carousel-project__img-wrap {
        max-width: 450px;
        flex-basis: 0;
        flex-grow: 1; }
      .featured-carousel-project__img {
        min-width: 0; } }

.main {
  color: #393939; }

.title {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 30px; }
  .title_accent {
    border-left: 5px solid #e30613;
    padding-left: 15px; }
  @media (min-width: 768px) {
    .title {
      font-size: 40px;
      line-height: 44px; } }

.subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-top: -10px;
  margin-bottom: 30px; }

.section {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  .section__wrap {
    position: relative;
    max-width: 565px;
    margin: 0 auto;
    z-index: 1; }
  .section__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .section__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 768px) {
    .section__wrap {
      max-width: 1220px; } }

@media (min-width: 576px) {
  .est-modal__dialog {
    max-width: 690px; } }

.est-modal__close {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 3px 7px;
  z-index: 10; }

.est-modal__body {
  padding: 0; }

.hero {
  position: relative;
  z-index: 0;
  background-color: #e4edfe; }
  .hero__wrap {
    max-width: 565px;
    padding-top: 40px;
    padding-bottom: 40px; }
  .hero__title {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 25px; }
  .hero__text {
    font-size: 14px;
    line-height: 19px; }
  .hero__bg {
    display: none; }
  .hero__img {
    display: block; }
  @media (min-width: 768px) {
    .hero__wrap {
      max-width: 1250px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 992px) {
    .hero__wrap {
      padding-top: 80px;
      padding-bottom: 80px; }
    .hero__title {
      font-size: 40px;
      line-height: 50px;
      max-width: 540px;
      margin-bottom: 45px; }
    .hero__text {
      font-size: 18px;
      line-height: 25px;
      max-width: 570px; }
    .hero__bg {
      display: block;
      position: absolute;
      top: -100px;
      left: 500px;
      width: 2000px;
      z-index: 1; } }

.expertise__wrap {
  padding: 45px 0 40px; }

.expertise__list {
  display: grid;
  grid-gap: 25px 50px; }

.expertise__item {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(210, 208, 217, 0.6);
  border-radius: 4px;
  line-height: 20px;
  font-size: 16px;
  padding: 15px 20px; }

.expertise__item-img {
  display: inline-block;
  text-align: center;
  min-width: 21px; }

@media (min-width: 992px) {
  .expertise__wrap {
    padding: 80px 0; }
  .expertise__list {
    grid-template-columns: 1fr 1fr;
    max-width: 980px; }
  .expertise__item {
    font-size: 18px; } }

.solutions {
  background: #d4e1fc; }
  .solutions__wrap {
    padding: 30px 15px 40px; }
  .solutions__carousel-wrap {
    max-width: 565px;
    margin: 0 auto; }
  .solutions__list {
    display: grid;
    grid-gap: 20px; }
  .solutions__gradient {
    display: none; }
  .solutions__blank {
    display: none; }
  .solutions__next, .solutions__prev {
    display: none; }
  @media (min-width: 768px) {
    .solutions {
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center; }
    body.no-webp .solutions {
      background-image: url(/assets/fintech/solutions-bg.jpg); }
    body.webp .solutions {
      background-image: url(/assets/fintech/solutions-bg.webp); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 768px) and (min-resolution: 200dpi) {
    body.no-webp .solutions {
      background-image: url(/assets/fintech/solutions-bg@2x.jpg); }
    body.webp .solutions {
      background-image: url(/assets/fintech/solutions-bg@2x.webp); } }
  @media (min-width: 768px) {
      .solutions__wrap {
        max-width: 1250px;
        margin: 0 auto; }
      .solutions__next, .solutions__prev {
        display: block;
        position: absolute;
        border-radius: 50%;
        padding: 0;
        top: 40%;
        color: #121f2f; }
        .solutions__next > svg, .solutions__prev > svg {
          display: block; }
        .solutions__next[disabled], .solutions__prev[disabled] {
          color: #5a6675 !important; }
        .solutions__next:active, .solutions__prev:active {
          color: #2e3640; }
      .solutions__prev {
        left: 40px; }
      .solutions__next {
        right: 40px; } }
  @media (min-width: 992px) {
    .solutions__carousel-wrap {
      position: relative;
      padding: 0 125px;
      margin: 0 auto;
      max-width: none;
      overflow: hidden; }
    .solutions__list-wrap {
      margin-right: -400px; }
    .solutions__list {
      display: flex; } }
  @media (min-width: 992px) {
    .solutions__gradient {
      display: block;
      position: absolute;
      top: 0;
      left: 85%;
      width: 15%;
      height: 100%;
      background: linear-gradient(270deg, #d4e1fc 0%, #d4e1fc 37.5%, rgba(228, 237, 254, 0) 100%);
      pointer-events: none; } }

.solutions-item {
  background: #fff;
  border-radius: 4px;
  padding: 20px; }
  .solutions-item__title {
    --bullets-color: #48a3f7;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0; }
  .solutions-item__content {
    font-size: 14px;
    line-height: 1.7; }
  @media (min-width: 992px) {
    .solutions-item {
      background: none;
      border-radius: 0;
      margin-bottom: 0;
      padding: 0; }
      .solutions-item__wrap {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .solutions-item__title {
        background: #ffffff;
        border-radius: 4px;
        padding: 13px 20px;
        margin-top: 0; }
      .solutions-item__content {
        flex-grow: 1;
        background: #ffffff;
        border-radius: 4px;
        padding: 20px; } }

.why__wrap {
  padding: 40px 0; }

.why__list {
  grid-gap: 20px; }

.why__list-item {
  font-size: 14px;
  line-height: 15px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(210, 208, 217, 0.6);
  border-radius: 4px;
  padding: 15px 20px; }

@media (min-width: 768px) {
  .why__wrap {
    padding: 80px 0; }
  .why__list {
    --grid-gap: 15px 25px;
    --grid-min-column-width: 200px;
    max-width: 1000px; } }

.start {
  background: #000;
  background: #272727; }
  .start__wrap {
    padding: 25px 0; }
  .start__button {
    flex-shrink: 0;
    width: auto;
    color: #48a3f7;
    background-background: #000;
    border: 1px solid #48a3f7;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 15px; }
    .start__button span {
      margin-right: 10px; }
    .start__button:focus {
      box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 2px; }
    .start__button:active {
      background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 768px) {
    .start__wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 50px 0; }
    .start__subtitle {
      margin-bottom: 0; } }

.projects {
  --button-color: #48a3f7;
  --button-active-color: #3f70d5;
  --button-disabled-color: #d6d6d6;
  --nav-color: #48a3f7;
  margin: 70px 0 20px; }
  .projects__title {
    color: #393939; }

.contact-us-section {
  --hint-color: #48a3f7;
  --button-color: #48a3f7;
  --input-color: #48a3f7;
  --separator-color: #48a3f7; }

/*# sourceMappingURL=fintech-f79d1ddbaf.css.map */
