@font-face {
  font-display: swap;
  font-family: "_g-roboto-black";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoBlack.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "_g-roboto-bold";
  font-weight: 700;
  src: url("../fonts/RobotoBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "_g-roboto-medium";
  font-weight: 500;
  src: url("../fonts/RobotoMedium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "_g-roboto-regular";
  font-weight: 400;
  src: url("../fonts/RobotoRegular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "_g-roboto-light";
  font-weight: 300;
  src: url("../fonts/RobotoLight.woff2") format("woff2");
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ul {
  list-style-type: disc;
  text-align: left;
  /* padding: 0 0 0 20px; */
}

.br {
  display: none;
}

._g {
  --mcn__font_black: "_g-roboto-black";
  --mcn__font_bold: "_g-roboto-bold";
  --mcn__font_medium: "_g-roboto-medium";
  --mcn__font_light: "_g-roboto-light";
  --mcn__font_regular: "_g-roboto-regular";
  --mcn__margin-bottom_block_mobile: 55px;
  --mcn__margin-bottom_block_desktop: 110px;
  color: #000;
  text-align: center;
  font-family: var(--mcn__font_regular);
}

._g * {
  font-family: inherit;
  font-weight: inherit;
}

._g b,
._g strong {
  font-weight: bold;
}

._g__h1 {
  font-family: var(--mcn__font_bold);
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

._g__h2 {
  font-size: 22px;
  -webkit-boxflex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 22px;
  margin-bottom: 28px;
}

.white_title {
  font-family: var(--mcn__font_regular);
  color: #FFF;
  font-size: 28px;
  line-height: 28px;
}

.white_sibtitle {
  color: #FFF;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  font-family: var(--mcn__font_light);
}

._g__info_f14 {
  font-family: var(--mcn__font_light);
  -webkit-boxflex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}

.rub {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.light_12 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}

.light_14 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.light_18 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.light_24 {
  font-family: var(--mcn__font_light);
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}

.medium_16 {
  font-family: var(--mcn__font_medium);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.medium_24 {
  font-family: var(--mcn__font_medium);
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
}

.regular_22 {
  font-family: var(--mcn__font_regular);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.regular_34 {
  font-family: var(--mcn__font_regular);
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
}

.btn_blue {
  padding: 10px 20px;
  border-radius: 4px;
}

.bold_16 {
  font-family: var(--mcn__font_bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
}

.grey {
  color: #828282;
}

.center {
  justify-content: center;
}

.rev {
  flex-direction: column-reverse;
}

@media (min-width: 1200px) {
  ._g__h1 {
    font-size: 38px;
    line-height: 38px;
  }
  ._g__h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 56px;
  }
  .white_title {
    font-size: 34px;
    line-height: 36px;
  }
  .white_subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  ._g__info_f14 {
    font-size: 14px;
    line-height: 20px;
  }
  .medium_24 {
    font-size: 24px;
    line-height: 30px;
  }
  .light_18 {
    font-size: 18px;
    line-height: 24px;
  }
  .light_24 {
    font-size: 24px;
    line-height: 36px;
  }
  .regular_22 {
    font-size: 22px;
    line-height: 34px;
  }
  .regular_34 {
    font-size: 34px;
    line-height: 36px;
  }
  .br {
    display: flex;
  }
  .col {
    padding: 0 !important;
  }
  .rev {
    flex-direction: column;
  }
}
/* banner */
._g__hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#0073ca), to(#00affc));
  background: linear-gradient(#0073ca, #00affc);
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.hero__row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero__col {
  color: #f5f8fa;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

.hero__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.hero__btn_a {
  font-size: inherit;
  padding: 10px 20px;
}

/* lead */
.lead {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.lead_col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lead_col-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lead_rev {
  flex-direction: column-reverse;
}
.lead__cont {
  font-family: var(--mcn__font_light);
  font-size: 16px;
}

/* work */
.work {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
  padding: 55px 0;
  background: linear-gradient(180deg, #0071FF 0%, #00ACFF 100%);
}
.work_steps {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 60px;
  row-gap: 20px;
  max-width: 640px;
}
.work_steps_cont {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  margin: 35px 0;
  width: 205px;
  display: inline-flex;
  justify-content: center;
}

/* col3_row2 */
.col3_row2 {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.col3_row2__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 285px);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  row-gap: 40px;
  padding: 0 15px;
}
.col3_row2__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: initial;
  padding-right: initial;
  text-align: initial;
  justify-content: center;
}
.col3_row2__item-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.col3_row2__item-head-pic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  min-width: 55px;
}
.col3_row2__item-head-title {
  font-family: var(--mcn__font_medium);
  font-size: 16px;
  margin-left: 20px;
}
.col3_row2__item-cont {
  font-family: var(--mcn__font_light);
}

.col1-2_row1 {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.col1-2_row1_col {
  flex-direction: column;
  column-gap: 40px;
  row-gap: 20px;
  align-items: center;
}
.col1-2_row1_cont {
  display: grid;
  gap: 10px;
}

/* form */
.form-section {
  background: linear-gradient(180deg, #0071FF 0%, #00ADFF 100%);
  padding: 55px 0;
}

.robot__form {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.indent {
  margin-bottom: 20px;
  max-width: 482px;
  padding: 42px;
}

.form_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.text-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  max-width: 360px;
  display: -webkit-inline-box;
}

.text-descr {
  font-weight: 300;
  max-width: 325px;
  display: -webkit-inline-box;
}

.form-inner_ {
  margin-bottom: 27px;
  align-items: center;
  display: contents;
}

.form_input {
  margin-bottom: 9px;
  border-radius: 4px;
  max-width: 328px;
  height: 35px;
  width: 100%;
}

.text-note {
  display: -webkit-inline-box;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  max-width: 310px;
}

.color-link {
  color: #3C86B0;
}

.text-tel {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  max-width: 400px;
  display: flex;
  margin: 0 auto 20px auto;
}

.case-tel-numb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tel {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
}
.tel-pic {
  margin-right: 10px;
}

.btn-secondary {
  padding: 10px 20px;
  border-radius: 4px;
}

.mb_25 {
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  /* col3_row2 */
  .col3_row2__item {
    justify-content: start;
  }
  .col3_row2__items {
    grid-template-columns: repeat(auto-fit, 309px);
    gap: 40px;
  }
}
@media (min-width: 992px) {
  /* banner */
  .hero__row {
    background: url("../img/authentication-for-financial-institutions/banner.png") center/contain no-repeat;
    background-position-x: calc(30% + 300px);
    background-position-y: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__col {
    text-align: initial;
    margin-left: initial;
    margin-right: initial;
    align-items: flex-start;
  }
  .hero__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 285px;
  }
  /* lead */
  .lead {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .lead_col {
    display: flex;
    flex-direction: row;
    gap: 50px;
    text-align: start;
  }
  .lead__col-title {
    min-width: 300px;
  }
  .lead__cont {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
  }
  .lead > :first-child {
    padding-bottom: 20px;
  }
  .lead__col-title > img {
    display: flex;
    margin: 0 auto;
  }
  /* work */
  .work {
    padding: 110px 0;
    background: url("../img/chat-bots-vs-e-mail-newsletters/lines.png") center no-repeat;
    height: 560px;
    margin-bottom: 110px;
  }
  .work_steps {
    column-gap: 120px;
    max-width: inherit;
  }
  .work_steps_cont {
    margin: 35px 0 0 0;
  }
  /* col3_row2 */
  .col3_row2 {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .col3_row2__item_one {
    grid-column: inherit;
    text-align: left;
  }
  .col3_row2__item_two {
    grid-column: inherit;
  }
  .col3_row2__items {
    grid-template-columns: repeat(auto-fit, 320px);
    row-gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-top: 30px;
  }
  .col3_row2__item-head {
    min-height: 60px;
    max-width: 210px;
  }
  .col1-2_row1 {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .col1-2_row1_col {
    flex-direction: row;
  }
  .col1-2_row1_cont {
    text-align: start;
  }
  /* form  */
  .form-section {
    background: url("../img/sales-with-chat-bots/bg_form.png") center no-repeat, linear-gradient(180deg, #0b7dff 0%, #00acff 100%);
    background-position-y: 110%;
  }
  .section {
    padding: 110px 0;
  }
  .text-title {
    font-size: 34px;
    line-height: 36px;
    max-width: 315px;
    display: -webkit-inline-box;
  }
  .text-tel {
    font-size: 24px;
    line-height: 36px;
    max-width: 600px;
  }
  .tel {
    font-size: 28px;
    line-height: 28px;
  }
  .section {
    padding: 110px 0;
  }
  button > .btn_blue {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  /* banner */
  ._g__hero {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
    padding-top: initial;
    padding-bottom: initial;
  }
  .hero__row {
    max-width: 1200px;
    background-position-x: calc(40% + 300px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: initial;
    min-height: 400px;
  }
  .hero__cont {
    font-size: 18px;
    line-height: 26px;
  }
  .hero__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 285px;
  }
}

/*# sourceMappingURL=authentication-for-financial-institutions.css.map */
