* {
  max-height: 100000px;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

a {
  text-decoration: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&subset=cyrillic');*/
@font-face {
  font-family: Roboto;
  src: url(/../fonts/roboto_300.ttf);
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url(/../fonts/roboto_300i.ttf);
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url(/../fonts/roboto_400.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url(/../fonts/roboto_400i.ttf);
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url(/../fonts/roboto_500.ttf);
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url(/../fonts/roboto_500i.ttf);
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url(/../fonts/roboto_700.ttf);
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url(/../fonts/roboto_700i.ttf);
  font-weight: 700;
  font-style: italic; }
.invisible {
  opacity: 0 !important; }

.only-mobile {
  display: block; }
  @media all and (min-width: 1025px) {
    .only-mobile {
      display: none !important; } }

.only-desktop {
  display: block; }
  @media all and (max-width: 1024px) {
    .only-desktop {
      display: none !important; } }

.language {
  width: 50px;
  z-index: 10;
  display: block; }
  .language-wrap {
    position: relative; }
    .language-wrap .lang-btn {
      padding: 10px 0 0;
      width: 50px;
      position: absolute;
      top: 0;
      right: 0;
      color: #ffffff;
      font-size: 14px;
      cursor: pointer;
      text-align: center; }
    .language-wrap .languages {
      border-radius: 2px;
      text-align: center;
      position: absolute;
      width: 50px;
      background-color: #3c70ab;
      top: 0;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
      right: 0; }
    .language-wrap p {
      cursor: pointer;
      text-align: center;
      color: #ffffff;
      font-size: 14px;
      padding: 10px;
      transition: 0.2s; }
      .language-wrap p:hover {
        background-color: #2f5785; }
  @media all and (max-width: 1024px) {
    .language {
      top: 0;
      right: 0; } }
  @media all and (max-width: 767px) {
    .language {
      top: 0;
      right: 0; } }

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.order {
  cursor: pointer; }

.no-display {
  display: none !important; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 5;
  opacity: 0.99; }

.fix-skew {
  transform: skewY(2deg); }

.cta-order {
  transition: 0.3s;
  margin: 40px 0 32px;
  border-radius: 32px;
  background-color: #fc3e6b;
  padding: 14px 32px;
  border: 2px solid #fc3e6b;
  max-width: 320px; }
  @media screen and (max-width: 1440px) {
    .cta-order {
      padding: 12px 24px; } }
  @media screen and (max-width: 1024px) {
    .cta-order {
      padding: 16px 16px; } }
  .cta-order p {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 0.4px; }

.image, .hero__content-commission img, .abilities-list .item img, .analytics-image-container img, .how-it-works .steps .step img, .security-strengths-item img {
  display: block;
  margin: 0 auto; }

.divider {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  height: 2px;
  background-color: #eaeaea; }

.divider-adapt {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  height: 2px;
  background-color: #eaeaea; }
  @media screen and (max-width: 767px) {
    .divider-adapt {
      width: calc(100% - 72px);
      margin: 0 36px; } }

.single-input {
  position: relative;
  width: 100%;
  padding: 8px 0; }
  .single-input label {
    position: absolute;
    top: 25px;
    left: 18px;
    color: #64686a;
    font-size: 14px;
    transition: 0.2s; }
  .single-input input {
    font-size: 16px;
    color: #64686a;
    padding: 0 40px 0 18px;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #eceff1;
    transition: 0.2s;
    outline: none; }
    .single-input input:focus + label, .single-input input:valid + label {
      transform: translateY(-12px);
      font-size: 10px; }
  .single-input #password {
    -webkit-text-security: disc; }
  .single-input .input-error-msg {
    font-size: 12px;
    line-height: 20px;
    color: #ff7465;
    margin: 2px 0 0;
    transition: 0.2s;
    opacity: 0; }
  .single-input .visible {
    opacity: 1 !important; }

.hero {
  padding-bottom: 116px;
  background: url(/../images/reader/bar_bg.jpg);
  background-size: cover;
  min-height: 600px;
  position: relative;
  margin-top: -2%;
  transform: skewY(-2deg); }
  .hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(296deg, #169fef, #167dcc 25%, #181462);
    opacity: 0.9; }
  .hero .container {
    margin-top: 2%;
    transform: skewY(2deg); }
  .hero__header {
    padding: 25px 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1440px) {
      .hero__header {
        padding: 25px 64px 0; } }
    @media screen and (max-width: 767px) {
      .hero__header {
        padding: 20px 36px; } }
    .hero__header .logo {
      width: auto; }
      @media screen and (max-width: 1440px) {
        .hero__header .logo img {
          height: 24px; } }
      @media screen and (max-width: 767px) {
        .hero__header .logo img {
          height: 16px; } }
    .hero__header .language-select {
      height: 32px;
      color: #ffffff; }
  .hero__content {
    padding: 44px 24px 0;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1440px) {
      .hero__content {
        padding: 25px 64px 0; } }
    @media screen and (max-width: 1024px) {
      .hero__content {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .hero__content {
        padding: 20px 36px; } }
    .hero__content-column {
      flex: 1; }
      .hero__content-column h1 {
        max-width: 510px;
        font-size: 44px;
        font-weight: bold;
        line-height: 1.09;
        letter-spacing: 0.6px;
        color: #ffffff; }
        @media screen and (max-width: 1440px) {
          .hero__content-column h1 {
            font-size: 32px;
            line-height: 1.25;
            letter-spacing: 0.4px; } }
        @media screen and (max-width: 1024px) {
          .hero__content-column h1 {
            text-align: center;
            width: 100%;
            max-width: 768px; } }
        @media screen and (max-width: 767px) {
          .hero__content-column h1 {
            font-size: 24px;
            text-align: left; } }
      @media screen and (max-width: 1024px) {
        .hero__content-column .cta-order {
          display: none; } }
      @media screen and (max-width: 1440px) {
        .hero__content-column-image {
          align-self: flex-start; } }
      .hero__content-column img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 440px; }
        @media screen and (max-width: 1440px) {
          .hero__content-column img {
            max-width: 387px; } }
        @media screen and (max-width: 1024px) {
          .hero__content-column img {
            max-width: 448px; } }
      @media screen and (max-width: 1024px) {
        .hero__content-column {
          align-self: center;
          margin: 16px 0; } }
    .hero__content-commission {
      width: 140px;
      align-self: flex-end; }
      .hero__content-commission .tax {
        width: 100px;
        height: 100px;
        background-image: linear-gradient(311deg, #fdbb2c, #fffd38);
        margin: 0 auto;
        border-radius: 50px;
        padding-top: 21px; }
        @media screen and (max-width: 1440px) {
          .hero__content-commission .tax {
            transform: scale(0.88); } }
        @media screen and (max-width: 767px) {
          .hero__content-commission .tax {
            transform: scale(1.08); } }
        .hero__content-commission .tax-num {
          font-size: 30.2px;
          font-weight: bold;
          line-height: 1.14;
          text-align: center;
          color: #000000;
          margin: 0; }
        .hero__content-commission .tax-desc {
          font-size: 9.4px;
          line-height: 1.23;
          text-align: center;
          color: #000000;
          text-transform: uppercase;
          margin: 0; }
      .hero__content-commission p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #ffffff;
        margin: 16px 0 0; }
      .hero__content-commission img {
        width: 24px;
        height: 24px; }
      @media screen and (max-width: 1024px) {
        .hero__content-commission {
          order: 3;
          align-self: center;
          margin-bottom: -48px; } }
      @media screen and (max-width: 767px) {
        .hero__content-commission {
          margin-bottom: -70px; } }
  @media screen and (max-width: 1024px) {
    .hero {
      padding-bottom: 0;
      z-index: 1; } }

.abilities {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff), linear-gradient(277deg, #a5e1ff, #eaf8ff);
  background-repeat: no-repeat;
  background-size: 100% 320px;
  transform: skewY(-2deg);
  margin-top: -2%;
  padding: 104px 0; }
  .abilities-wrap {
    padding: 0 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      .abilities-wrap {
        padding: 0 64px; } }
    @media screen and (max-width: 1024px) {
      .abilities-wrap {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .abilities-wrap {
        padding: 0 36px; } }
  .abilities-list .item {
    max-width: 288px;
    margin-bottom: 64px; }
    .abilities-list .item img {
      width: 78px;
      height: 78px;
      font-size: 48px; }
      @media screen and (max-width: 1440px) {
        .abilities-list .item img {
          width: 64px;
          height: 64px; } }
    .abilities-list .item p {
      margin-top: 32px;
      font-size: 16px;
      line-height: 1.5;
      text-align: center;
      color: #141235; }
      @media screen and (max-width: 1440px) {
        .abilities-list .item p {
          font-size: 14px;
          line-height: 20px; } }
  @media screen and (max-width: 1024px) {
    .abilities-list {
      display: flex;
      flex-direction: row; }
      .abilities-list .item {
        margin: 48px 24px; } }
  @media screen and (max-width: 767px) {
    .abilities-list {
      order: 2;
      flex-direction: column; }
      .abilities-list .item {
        margin: 24px 0; }
        .abilities-list .item img {
          width: 88px;
          height: 88px; }
        .abilities-list .item p {
          font-size: 18px;
          margin-top: 22px; } }
  .abilities-image {
    margin: 0 32px; }
    .abilities-image img {
      width: 100%;
      max-width: 520px; }
    @media screen and (max-width: 1024px) {
      .abilities-image img {
        max-width: 488px; } }
    @media screen and (max-width: 767px) {
      .abilities-image {
        order: 1;
        margin: 64px 0; } }
  @media screen and (max-width: 1024px) {
    .abilities {
      background: #fff; } }

.analytics {
  min-height: 800px;
  background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
  background-repeat: no-repeat;
  background-size: 100% 820px;
  transform: skewY(-2deg);
  padding: 64px 0;
  margin-top: -2%; }
  .analytics-wrap {
    padding: 0 25px; }
    @media screen and (max-width: 1440px) {
      .analytics-wrap {
        padding: 0 64px; } }
    @media screen and (max-width: 767px) {
      .analytics-wrap {
        padding: 0 36px; }
        .analytics-wrap > .divider {
          display: none; } }
  .analytics .badge {
    max-width: 180px;
    margin: 0 auto 8px;
    padding: 8px;
    border-radius: 2px;
    background-image: linear-gradient(279deg, #fdbb2c, #fffd38); }
    .analytics .badge p {
      font-weight: bold;
      text-align: center;
      color: #141235;
      text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .analytics .badge {
        padding: 8px 24px;
        max-width: 128px;
        margin: 0 0 8px; }
        .analytics .badge p {
          font-size: 10px; } }
  .analytics-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.6px;
    text-align: center;
    color: #296bd8; }
    @media screen and (max-width: 1440px) {
      .analytics-title {
        font-size: 32px;
        line-height: 32px; } }
    @media screen and (max-width: 767px) {
      .analytics-title {
        text-align: left;
        font-size: 24px;
        line-height: 32px; } }
  .analytics-image-container {
    margin: 32px 0 64px; }
    .analytics-image-container img {
      width: 100%;
      max-width: 1020px; }
    @media screen and (max-width: 767px) {
      .analytics-image-container {
        display: none !important; } }
  .analytics-tabs {
    margin: 0 8%; }
    .analytics-tabs-titles {
      display: flex;
      justify-content: space-around;
      border-bottom: 4px solid #eaeaea; }
      .analytics-tabs-titles .title-item {
        width: 100%;
        max-width: 248px;
        padding: 14px 0;
        margin-bottom: -4px;
        cursor: pointer;
        transition: 0.2s;
        border-bottom: 4px solid transparent; }
        .analytics-tabs-titles .title-item p {
          font-size: 18px;
          transition: 0.2s;
          font-weight: bold;
          line-height: 1.11;
          text-align: center;
          color: #00a7ff; }
          @media screen and (max-width: 1440px) {
            .analytics-tabs-titles .title-item p {
              font-size: 16px; } }
      .analytics-tabs-titles .selected-item {
        border-bottom: 4px solid #0056e4; }
        .analytics-tabs-titles .selected-item p {
          color: #0056e4; }
    .analytics-tabs-text {
      display: flex;
      justify-content: space-around; }
      .analytics-tabs-text .text-item {
        width: 100%;
        max-width: 248px;
        margin: 24px 0 64px;
        font-size: 18px;
        line-height: 1.33;
        text-align: center;
        color: #141235; }
        @media screen and (max-width: 1440px) {
          .analytics-tabs-text .text-item {
            font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .analytics-tabs {
        display: none !important; } }
  .analytics-mobile {
    display: block;
    padding: 0 36px; }
    @media all and (min-width: 768px) {
      .analytics-mobile {
        display: none !important; } }
    .analytics-mobile-item {
      margin: 32px 0;
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 400px; }
      .analytics-mobile-item:nth-child(even) img {
        align-self: flex-end; }
      .analytics-mobile-item img {
        width: 200%; }
      .analytics-mobile-item h6 {
        font-size: 18px;
        line-height: 24px;
        margin: 16px 0 8px;
        font-weight: bold; }
      .analytics-mobile-item p {
        font-size: 15px;
        line-height: 24px; }
  @media screen and (max-width: 767px) {
    .analytics {
      padding-bottom: 0; } }

.how-it-works {
  padding: 24px 0 64px; }
  .how-it-works-wrap {
    padding: 0 25px; }
    @media screen and (max-width: 1440px) {
      .how-it-works-wrap {
        padding: 0 64px; } }
    @media screen and (max-width: 767px) {
      .how-it-works-wrap {
        padding: 0 36px; } }
  .how-it-works-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.6px;
    text-align: center;
    color: #296bd8; }
    @media screen and (max-width: 1440px) {
      .how-it-works-title {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .how-it-works-title {
        font-size: 24px;
        text-align: left; } }
  .how-it-works .steps {
    margin: 32px 0 40px;
    display: flex;
    justify-content: center;
    align-items: stretch; }
    .how-it-works .steps .step {
      width: 100%;
      max-width: 387px;
      margin: 0 16px; }
      .how-it-works .steps .step p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #141235;
        margin-bottom: 32px; }
        @media screen and (max-width: 1440px) {
          .how-it-works .steps .step p {
            font-size: 14px; } }
      .how-it-works .steps .step img {
        width: 100%; }
      .how-it-works .steps .step video {
        width: 100%;
        transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .how-it-works .steps {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 12px;
        margin-bottom: 8px; }
        .how-it-works .steps .step {
          margin: 24px 0 24px;
          max-width: 768px; }
          .how-it-works .steps .step p {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 12px; } }
  .how-it-works-subtitle {
    margin: 64px auto 32px;
    font-size: 28px;
    line-height: 1.43;
    letter-spacing: 0.6px;
    text-align: center;
    color: #141235;
    max-width: 1024px;
    width: 100%; }
    @media screen and (max-width: 1440px) {
      .how-it-works-subtitle {
        font-size: 22px;
        max-width: 725px; } }
    @media screen and (max-width: 1440px) {
      .how-it-works-subtitle {
        font-size: 18px;
        line-height: 24px;
        margin: 48px auto 32px;
        max-width: 768px; } }
  .how-it-works .cta-order {
    margin: 0 auto 48px; }
  @media screen and (max-width: 767px) {
    .how-it-works {
      padding-bottom: 24px; } }

.for-business {
  min-height: 800px;
  background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
  background-repeat: no-repeat;
  background-size: 100% 820px;
  transform: skewY(-2deg);
  padding: 80px 0 64px;
  margin-top: -2%; }
  .for-business-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.6px;
    text-align: center;
    color: #296bd8;
    margin-bottom: 24px; }
    @media screen and (max-width: 1440px) {
      .for-business-title {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .for-business-title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        padding: 0 36px;
        margin-bottom: 16px; } }
  .for-business-subtitle {
    font-size: 18px;
    color: #6c6c6c;
    text-align: center;
    margin-bottom: 16px; }
    @media screen and (max-width: 1440px) {
      .for-business-subtitle {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .for-business-subtitle {
        font-size: 14px;
        padding: 0 36px;
        text-align: left; } }
  .for-business .business-swiper {
    min-height: 650px; }
    @media screen and (max-width: 1440px) {
      .for-business .business-swiper {
        min-height: 560px; } }
    @media screen and (max-width: 1440px) {
      .for-business .business-swiper {
        min-height: 480px; } }
    .for-business .business-swiper .business-item {
      width: 63%;
      min-height: 560px; }
      @media screen and (max-width: 1440px) {
        .for-business .business-swiper .business-item {
          min-height: 450px; } }
      @media screen and (max-width: 767px) {
        .for-business .business-swiper .business-item {
          min-height: 360px; } }
      .for-business .business-swiper .business-item img {
        width: 100%; }
      .for-business .business-swiper .business-item h6 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: 0.3px;
        color: #141235;
        margin: 24px 0 16px; }
        @media screen and (max-width: 1440px) {
          .for-business .business-swiper .business-item h6 {
            font-size: 20px; } }
        @media screen and (max-width: 1440px) {
          .for-business .business-swiper .business-item h6 {
            font-size: 18px;
            line-height: 24px;
            margin: 24px 36px 8px; } }
      .for-business .business-swiper .business-item p {
        font-size: 18px;
        line-height: 1.33;
        color: #141235;
        width: 48%; }
        @media screen and (max-width: 1440px) {
          .for-business .business-swiper .business-item p {
            font-size: 16px;
            width: 80%; } }
        @media screen and (max-width: 1440px) {
          .for-business .business-swiper .business-item p {
            font-size: 15px;
            line-height: 24px;
            width: auto;
            margin: 0 36px; } }
      .for-business .business-swiper .business-item:first-child {
        margin-left: -240px; }
        @media screen and (max-width: 767px) {
          .for-business .business-swiper .business-item:first-child {
            margin: 0; } }
      .for-business .business-swiper .business-item:last-child {
        margin-right: 106px; }
        @media screen and (max-width: 767px) {
          .for-business .business-swiper .business-item:last-child {
            margin: 0; } }
      @media screen and (max-width: 767px) {
        .for-business .business-swiper .business-item {
          width: 100%;
          margin: 0; } }
    .for-business .business-swiper .business-pagination {
      display: block;
      position: relative;
      bottom: 0;
      margin: 40px 0 32px; }
      .for-business .business-swiper .business-pagination .swiper-pagination-bullet {
        margin: 0 8px;
        width: 16px;
        height: 16px;
        background-color: #cacaca; }
  @media screen and (max-width: 767px) {
    .for-business > .fix-skew > .divider {
      margin: 0 36px;
      width: calc(100% - 72px); } }
  @media screen and (max-width: 767px) {
    .for-business {
      padding: 24px 0;
      min-height: 0;
      background-size: 100% 620px; } }

.banking {
  padding: 0 0 64px; }
  .banking-wrap {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 1440px) {
      .banking-wrap {
        padding: 0 64px; } }
    @media screen and (max-width: 767px) {
      .banking-wrap {
        padding: 0 36px; } }
  .banking-info {
    margin: 0 auto; }
    .banking-info-title {
      font-size: 44px;
      font-weight: bold;
      line-height: 1.09;
      letter-spacing: 0.6px;
      color: #296bd8;
      margin: 32px auto 40px; }
      @media screen and (max-width: 1440px) {
        .banking-info-title {
          font-size: 32px;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .banking-info-title {
          font-size: 23px;
          line-height: 32px; } }
    @media screen and (max-width: 1440px) {
      .banking-info {
        width: 100%; } }
    @media screen and (max-width: 1024px) {
      .banking-info {
        margin-right: 0;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .banking-info {
        margin: 0;
        width: 100%; } }
    .banking-info .pricing {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .banking-info .pricing {
          justify-content: center; } }
      .banking-info .pricing-item {
        flex: 1;
        min-height: 128px;
        width: 100%;
        max-width: 273px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .banking-info .pricing-item:nth-child(odd) {
          background-color: #296bd8; }
        .banking-info .pricing-item:nth-child(even) {
          background-color: #00a7ff; }
        .banking-info .pricing-item .price {
          font-size: 52px;
          line-height: 1.35;
          letter-spacing: 0.8px;
          text-align: center;
          color: #ffffff; }
          @media screen and (max-width: 1440px) {
            .banking-info .pricing-item .price {
              font-size: 36px; } }
          @media screen and (max-width: 767px) {
            .banking-info .pricing-item .price {
              font-size: 40px;
              line-height: 50px; } }
        .banking-info .pricing-item .for {
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 500;
          line-height: 1.45;
          letter-spacing: 0.7px;
          text-align: center;
          color: #ffffff; }
      @media screen and (max-width: 767px) {
        .banking-info .pricing {
          flex-direction: column; }
          .banking-info .pricing-item {
            max-width: 768px;
            min-height: 104px; } }
    .banking-info .info-pricing {
      margin-top: 44px;
      display: flex;
      justify-content: space-evenly; }
      .banking-info .info-pricing-half {
        width: 100%;
        max-width: 427px;
        margin: 0 8px; }
        .banking-info .info-pricing-half p {
          font-size: 18px;
          line-height: 1.33;
          text-align: left;
          color: #141235;
          margin-bottom: 22px; }
          @media screen and (max-width: 1440px) {
            .banking-info .info-pricing-half p {
              font-size: 16px; } }
        .banking-info .info-pricing-half ul {
          list-style-type: none; }
          .banking-info .info-pricing-half ul li {
            font-size: 18px;
            line-height: 1.33;
            text-align: left;
            color: #141235;
            margin-bottom: 22px;
            position: relative; }
            .banking-info .info-pricing-half ul li:before {
              content: "";
              display: block;
              position: absolute;
              top: 8px;
              left: -16px;
              width: 6px;
              height: 6px;
              border-radius: 3px;
              background-color: rgba(20, 18, 53, 0.4); }
            @media screen and (max-width: 1440px) {
              .banking-info .info-pricing-half ul li {
                font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .banking-info .info-pricing {
          flex-direction: column; }
          .banking-info .info-pricing-half {
            max-width: 768px; }
            .banking-info .info-pricing-half p {
              font-size: 15px;
              line-height: 24px;
              margin-bottom: 8px; }
            .banking-info .info-pricing-half ul li {
              font-size: 15px;
              line-height: 24px;
              margin-bottom: 8px; } }
    .banking-info .cta-order {
      margin: 24px auto; }
  .banking-image img {
    width: 100%;
    max-width: 280px; }
  @media screen and (max-width: 1024px) {
    .banking-image {
      display: none; } }
  @media screen and (max-width: 767px) {
    .banking {
      padding-bottom: 48px; } }

.security {
  padding: 64px 0 96px; }
  .security-wrap {
    padding: 0 25px; }
    @media screen and (max-width: 767px) {
      .security-wrap {
        padding: 0 36px; } }
  .security-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.6px;
    text-align: center;
    color: #141235; }
    @media screen and (max-width: 767px) {
      .security-title {
        font-size: 24px;
        line-height: 32px;
        text-align: left; } }
  .security-strengths {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .security-strengths-item {
      max-width: 240px;
      width: 100%;
      margin: 56px 40px; }
      @media screen and (max-width: 767px) {
        .security-strengths-item {
          margin: 24px 0;
          max-width: 768px; } }
      .security-strengths-item img {
        margin-bottom: 16px;
        width: 96px;
        height: 96px; }
        @media screen and (max-width: 1440px) {
          .security-strengths-item img {
            width: 72px;
            height: 72px; } }
        @media screen and (max-width: 767px) {
          .security-strengths-item img {
            width: 88px;
            height: 88px;
            margin: 8px auto 26px; } }
      .security-strengths-item p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #141235; }
        @media screen and (max-width: 1440px) {
          .security-strengths-item p {
            font-size: 14px; } }
        @media screen and (max-width: 1440px) {
          .security-strengths-item p {
            font-size: 18px;
            line-height: 28px; } }
    @media screen and (max-width: 767px) {
      .security-strengths {
        flex-direction: column;
        margin: 24px 0; } }
  .security-standards {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .security-standards img {
      width: auto;
      height: 46px; }
    @media screen and (max-width: 767px) {
      .security-standards {
        flex-wrap: wrap; }
        .security-standards img {
          height: 40px;
          margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .security {
      padding: 32px 0 40px; } }

.cooperation {
  background-image: linear-gradient(to bottom, #f7f7fa, #ffffff);
  min-height: 480px;
  transform: skewY(-2deg);
  padding: 96px 0 96px; }
  .cooperation-wrap {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      .cooperation-wrap {
        padding: 0 64px;
        align-items: flex-start; } }
    @media screen and (max-width: 1024px) {
      .cooperation-wrap {
        flex-direction: row;
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .cooperation-wrap {
        padding: 0 36px; } }
  .cooperation-title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.6px;
    text-align: left;
    color: #296bd8;
    margin-bottom: 40px; }
    @media screen and (max-width: 1440px) {
      .cooperation-title {
        font-size: 32px; } }
    @media screen and (max-width: 1024px) {
      .cooperation-title {
        text-align: center;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .cooperation-title {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 24px; } }
  .cooperation-text {
    max-width: 400px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .cooperation-text {
        order: 2;
        max-width: 1024px;
        width: 50%;
        margin-top: 40px; } }
    @media screen and (max-width: 767px) {
      .cooperation-text {
        order: 1;
        width: 100%;
        margin-bottom: 24px; } }
    .cooperation-text .custom-item {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 24px; }
      .cooperation-text .custom-item-num {
        padding-top: 2px;
        text-align: center;
        width: 20px;
        min-width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 2px solid #296bd8; }
      .cooperation-text .custom-item-text {
        margin-left: 12px;
        font-size: 16px;
        line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .cooperation-text .custom-item {
          margin-bottom: 12px; }
          .cooperation-text .custom-item-text {
            font-size: 11.4px; }
          .cooperation-text .custom-item-num {
            width: 16px;
            min-width: 16px;
            height: 16px;
            font-size: 8px; } }
  .cooperation-img {
    width: 100%;
    max-width: 367px;
    padding: 0 24px; }
    .cooperation-img img {
      height: 374px;
      margin: 0 auto;
      display: block; }
    @media screen and (max-width: 1024px) {
      .cooperation-img {
        order: 1;
        width: 100%;
        max-width: 768px; }
        .cooperation-img img {
          width: 100%;
          height: auto;
          max-width: 140px;
          display: block;
          margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .cooperation-img {
        order: 2;
        padding: 0; } }
  .cooperation-docs {
    display: flex;
    justify-content: space-between;
    max-width: 375px;
    width: 100%; }
    @media screen and (max-width: 1440px) {
      .cooperation-docs {
        order: 3;
        max-width: 1024px;
        width: 50%;
        margin-top: 40px; } }
    @media screen and (max-width: 1024px) {
      .cooperation-docs {
        justify-content: flex-end; } }
    @media screen and (max-width: 767px) {
      .cooperation-docs {
        justify-content: space-between;
        max-width: 320px;
        margin: 32px auto 0;
        width: 100%; } }
    .cooperation-docs-item {
      width: 100%;
      max-width: 180px;
      min-height: 244px;
      background-color: #ffffff;
      box-shadow: 0 3px 12px 4px rgba(0, 0, 0, 0.06);
      border: solid 4px #e5e8ef;
      padding: 48px 27px 32px;
      display: flex;
      flex-direction: column; }
      .cooperation-docs-item p {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #296bd8; }
      .cooperation-docs-item img {
        display: block;
        margin: auto auto 12px; }
      .cooperation-docs-item span {
        font-size: 16px;
        line-height: 1.25;
        text-align: center;
        color: #00a7ff; }
        .cooperation-docs-item span:hover {
          text-decoration: underline; }
      @media screen and (max-width: 1440px) {
        .cooperation-docs-item {
          width: 128px;
          min-height: 168px;
          padding: 24px 16px;
          margin: 8px; }
          .cooperation-docs-item p {
            font-size: 18px; }
          .cooperation-docs-item span {
            font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .cooperation-docs-item {
          transform: scale(1);
          min-width: 96px;
          max-width: 125px;
          width: 50%;
          min-height: 168px;
          padding: 36px 8px 20px; }
          .cooperation-docs-item p {
            font-size: 16px; }
          .cooperation-docs-item img {
            height: 12px; }
          .cooperation-docs-item span {
            display: none; } }
  @media screen and (max-width: 767px) {
    .cooperation {
      padding: 48px 0 40px; } }

.connect {
  min-height: 480px;
  transform: skewY(-2deg);
  padding: 96px 0 96px;
  background: url(/../images/reader/bar_bg.jpg);
  background-size: cover; }
  .connect:before {
    content: "";
    background-image: linear-gradient(296deg, #169fef, #167dcc 25%, #181462);
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }
  .connect-wrap {
    padding: 0 25px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 1440px) {
      .connect-wrap {
        padding: 0 64px; } }
    @media screen and (max-width: 1024px) {
      .connect-wrap {
        margin-bottom: 16px;
        flex-direction: column;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .connect-wrap {
        padding: 0 36px;
        flex-direction: column;
        margin-bottom: 0; } }
  .connect-form-title {
    max-width: 525px;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff; }
    @media screen and (max-width: 1440px) {
      .connect-form-title {
        margin-right: 16px;
        font-size: 32px; } }
  .connect-form form {
    max-width: 320px;
    padding-top: 40px; }
    .connect-form form button {
      cursor: pointer;
      width: 100%;
      max-width: 320px;
      font-weight: bold;
      color: #fff;
      font-size: 16px;
      line-height: 1.13;
      letter-spacing: 0.4px;
      margin: 16px 0 0;
      border: 2px solid #fc3e6b;
      transition: 0.2s; }
    .connect-form form .disabled-button {
      border: 2px solid #fc3e6b !important;
      background-color: transparent !important; }
    .connect-form form .input-check {
      position: absolute;
      opacity: 0;
      top: 20px;
      right: 8px;
      transition: 0.2s; }
    .connect-form form .input-correct {
      opacity: 1; }
  @media screen and (max-width: 1024px) {
    .connect-form-title {
      margin-right: 0;
      font-size: 24px;
      line-height: 32px; }
    .connect-form form {
      margin: 0 auto; }
      .connect-form form .cta-order {
        width: 100%;
        max-width: 768px; } }
  .connect-image {
    align-self: center; }
    .connect-image img {
      width: 100%;
      max-width: 492px; }
    @media screen and (max-width: 1024px) {
      .connect-image {
        margin: 40px 0 16px;
        max-width: 768px; } }
  .connect-subdesc p {
    max-width: 600px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff; }
    @media screen and (max-width: 1440px) {
      .connect-subdesc p {
        max-width: 450px;
        margin-right: 16px; } }
  @media screen and (max-width: 1024px) {
    .connect-subdesc {
      order: 2; }
      .connect-subdesc p {
        max-width: 540px;
        color: #ffffff;
        margin: 48px 0; } }
  .connect-apps {
    display: flex;
    justify-content: center;
    max-width: 480px;
    width: 100%; }
    .connect-apps a {
      display: block; }
      .connect-apps a img {
        max-height: 52px;
        margin: 0 16px; }
    @media screen and (max-width: 1024px) {
      .connect-apps {
        order: 1;
        max-width: 400px; }
        .connect-apps a img {
          max-height: 37px;
          margin: 0 12px; } }
    @media screen and (max-width: 767px) {
      .connect-apps {
        flex-direction: column;
        max-width: 492px; }
        .connect-apps a img {
          max-height: 64px;
          margin: 12px 0; } }
  @media screen and (max-width: 767px) {
    .connect {
      padding: 64px 0 4px;
      background-size: auto 610px;
      background-position: top;
      background-repeat: no-repeat; } }

.technologies {
  z-index: 2;
  opacity: 0.999;
  margin-top: -2%;
  background-color: #ffffff;
  min-height: 128px; }
  .technologies-wrap {
    padding: 40px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .technologies-wrap img {
      margin: 0 24px; }
  @media screen and (max-width: 767px) {
    .technologies-wrap {
      padding: 24px 16px; }
      .technologies-wrap img {
        margin: 16px; } }

.success-form-apply {
  width: 100%;
  height: 104px;
  background-color: rgba(6, 214, 89, 0.95);
  position: fixed;
  bottom: 0;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .success-form-apply .success-text {
    margin: 0 8px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center; }

.hide-toaster {
  bottom: -104px !important; }

@media all and (max-width: 768px) {
  .success-form-apply {
    width: 90%;
    margin: 0 5%;
    border-radius: 4px;
    height: auto;
    background-color: rgba(6, 214, 89, 0.95);
    position: fixed;
    bottom: 90px;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .success-form-apply .success-text {
      font-size: 16px;
      line-height: 18px;
      padding: 32px 16px;
      margin: 0; } }
.dropdown {
  float: left;
  margin-left: 13px;
  position: relative;
  /*@include  breakpoint-range($mq-mobile-min, $mq-tablet-medium) {
    display: none;
  }*/ }

.dropdown .dropbtn {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  color: #fff;
  padding: 9px 16px;
  background-color: inherit;
  text-transform: uppercase; }

.dropbtn-prod {
  font-size: 1em;
  line-height: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  color: #fff;
  padding: 9px 16px;
  background-color: inherit; }

.container a:hover, .dropdown:hover .dropbtn {
  /*background-color: #ddd;*/ }

.dropdown-content {
  border-radius: 2px;
  display: none;
  position: absolute;
  top: 13px;
  background-color: #f9f9f9;
  min-width: 48px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-prod {
  top: 21px;
  background-color: #246aa5;
  font-size: 1em; }

.dropdown-content a {
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  float: none;
  color: #262261;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

.dropdown-content a:hover {
  background-color: #ddd; }

.dropdown-prod a:hover {
  background-color: rgba(38, 34, 97, 0.5); }

.dropdown:hover .dropdown-content {
  display: block;
  margin-top: -14px; }

.dropdown-mobile {
  margin-left: -13px; }
  @media screen and (min-width: 360px) and (max-width: 767px) {
    .dropdown-mobile {
      display: none; } }

.site-footer__socials-list, .site-footer__payments ul, .site-footer__add-info ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.site-footer {
  background: #345276;
  color: #ffffff; }
  .site-footer .site-width {
    margin: 0 auto;
    max-width: 1340px;
    padding-right: 30px;
    padding-left: 30px; }
  .site-footer__holder {
    padding-top: 75px;
    padding-bottom: 70px; }
  .site-footer__top-panel {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px; }
  .site-footer__socials {
    width: calc(100% - 550px);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    .site-footer__socials-list {
      width: 215px; }
      .site-footer__socials-list li {
        display: inline-block; }
      .site-footer__socials-list li + li {
        margin-left: 18px; }
    .site-footer__socials-descr {
      width: calc(100% - 240px);
      color: #bdc3c7;
      font-size: 14px;
      line-height: 20px;
      margin: 0; }
      .site-footer__socials-descr a {
        color: #ffffff; }
        .site-footer__socials-descr a:hover {
          text-decoration: underline; }
    .site-footer__socials .btn-social {
      display: inline-block;
      width: 55px;
      height: 55px;
      border: 1px solid #b7bdc2;
      border-radius: 50%;
      position: relative;
      transition: all 0.18s ease-out 0s; }
      .site-footer__socials .btn-social:hover {
        border-color: #fff; }
        .site-footer__socials .btn-social:hover svg {
          fill: #fff; }
      .site-footer__socials .btn-social:not(.google-plus) svg {
        width: 21px;
        height: 21px;
        top: calc(50% - 12px);
        left: calc(50% - 10px);
        transition: all 0.18s ease-out 0s; }
      .site-footer__socials .btn-social.google-plus svg {
        width: 25px;
        height: 25px;
        top: calc(50% - 12px);
        left: calc(50% - 12px); }
      .site-footer__socials .btn-social svg {
        fill: #b7bdc2;
        position: absolute; }
  .site-footer__logo {
    width: 98px;
    height: 28px;
    display: inline-block; }
    .site-footer__logo a {
      display: block;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .site-footer__logo a img {
        position: absolute;
        top: calc(50% - 18px);
        left: 0;
        max-width: none; }
  .site-footer__payments {
    width: 256px; }
    .site-footer__payments li {
      display: inline-block; }
    .site-footer__payments li + li {
      margin-left: 13px; }
    .site-footer__payments a {
      display: block; }
      .site-footer__payments a:hover {
        opacity: .75; }
  .site-footer__add-info ul {
    text-align: center;
    padding: 0 8%; }
  .site-footer__add-info li {
    font-size: 14px;
    display: inline-block; }
  .site-footer__add-info li + li {
    position: relative;
    margin-left: 38px;
    padding: 3px 0; }
    .site-footer__add-info li + li:before {
      content: '';
      line-height: 18px;
      position: absolute;
      left: -20px;
      top: 0; }
  .site-footer__add-info li:first-child + li:nth-child(2) {
    position: relative; }
    .site-footer__add-info li:first-child + li:nth-child(2):before {
      content: '|';
      line-height: 18px;
      position: absolute;
      left: -20px;
      top: 0; }
  @media all and (max-width: 1200px) {
    .site-footer {
      background: #435a77; }
      .site-footer__holder {
        padding-top: 50px;
        padding-bottom: 0; }
      .site-footer__top-panel {
        justify-content: center;
        margin-bottom: 30px; }
      .site-footer__logo {
        margin-bottom: 45px; }
      .site-footer__socials, .site-footer__payments {
        width: 100%; }
      .site-footer__socials {
        margin-bottom: 30px; }
        .site-footer__socials-list, .site-footer__socials-descr {
          width: 100%;
          text-align: center; }
        .site-footer__socials-list {
          margin-bottom: 10px; }
          .site-footer__socials-list li + li {
            margin-left: 10px; }
        .site-footer__socials-descr {
          font-size: 12px;
          line-height: 20px; }
        .site-footer__socials .btn-social {
          width: 35px;
          height: 35px; }
          .site-footer__socials .btn-social.google-plus svg, .site-footer__socials .btn-social.fb svg, .site-footer__socials .btn-social.linkedin svg {
            width: 17px;
            height: 17px;
            top: calc(50% - 9px);
            left: calc(50% - 9px); }
      .site-footer__payments {
        text-align: center; }
      .site-footer__add-info ul {
        padding: 0; }
      .site-footer__add-info li {
        font-size: 12px;
        margin: 0 auto; }
        .site-footer__add-info li:first-child {
          width: 80%;
          margin-bottom: 50px; }
        .site-footer__add-info li:nth-child(2) {
          padding-top: 20px; }
        .site-footer__add-info li:last-child {
          padding-bottom: 20px; }
      .site-footer__add-info li + li {
        width: calc(100% + 60px);
        margin: 0 -50px;
        padding: 3px 15%;
        background: #2f4158; }
        .site-footer__add-info li + li:before {
          content: none; }
      .site-footer__add-info li:first-child + li:nth-child(2):before {
        content: none; } }

#hotline-number {
  font-size: 2.22em;
  margin: 0.2em 0; }

#hotline-callback {
  font-size: 0.67em;
  margin: 0.2em 0;
  color: #1daafc;
  cursor: pointer; }

#hotline-wait {
  font-size: 0.67em;
  margin: 0.2em 0;
  color: #06d659;
  max-width: 300px; }

#hotline-descr {
  font-size: 0.67em;
  margin: 0.2em 0; }

#hotline-mobile, #hotline-mail {
  margin: 1.8em 0 1em;
  font-size: 0.9em; }

#phone {
  background-color: #fff;
  border: 1px solid #bcccd3;
  border-radius: 4px;
  line-height: 20px;
  padding: 20px;
  width: 100%;
  transition: all 0.18s; }

.btn-callback {
  width: 100%; }

.form-item-width {
  width: 100%; }

.subfooter {
  background-color: #2d496a;
  margin: 0 auto; }
  .subfooter a {
    color: #bdc3c7;
    font-size: 14px;
    text-decoration: underline;
    transition: 0.3s;
    margin: 0 24px; }
    .subfooter a:hover {
      color: #fff; }
  .subfooter-links {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px; }

@media all and (min-width: 768px) and (max-width: 1200px) {
  .subfooter a {
    font-size: 12px;
    margin: 0 8px; }
  .subfooter-links {
    padding-top: 16px;
    padding-bottom: 16px; } }
@media all and (max-width: 767px) {
  .subfooter a {
    margin-bottom: 4px;
    font-size: 12px;
    display: block; } }

/*# sourceMappingURL=style.css.map */
