@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('./header.css?v=2503');
@import url('./cards.css?v=2502');
@import url('./ui-button.css?v=2502');
@import url('./ui-card.css?v=2502');
@import url('./ui-title.css?v=2502');
@import url('./ui-tag.css?v=2502');
@import url('./ui-wave-items.css?v=2502');
@import url('./landing.css?v=2502');
@import url('./banks.css?v=2502');
@import url('./benefit.css?v=2502');
@import url('./our-clients.css?v=2502');
@import url('./footer.css?v=2502');
@import url('./faq.css');
@import url('./referral.css');

* {
  box-sizing: border-box;
}

:root {
  font-size: 1px;
}

@font-face {
  font-family: 'ocr_a_stdregular';
  src: url('ocr_a_std_regular-webfont.woff2') format('woff2'),
    url('ocr_a_std_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #f6f7f8;
  color: #0f172a;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 100dvh;
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h2,
.h2,
h1,
.h1 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

#app {
  display: flex;
  flex-direction: column;
}

#wrapper {
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 20px;
}

#main {
  padding-block-end: 66px;
  padding-block-start: 180px;
}

#page {
  padding-block-start: 100px;
  padding-block-end: 100px;
}

.btn:hover {
  background: #000;
}

.procent-bx {
  margin-block-end: 140px;
  display: grid;
  grid-gap: 46px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.procent-item {
  border-radius: 24px;
  background: #eaecee;
  padding: 26px 10px 40px;
  text-align: center;
}

.procent-item .t1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-block-end: 8px;
  color: #0f172a;
}

.procent-item .t2 {
  font-size: 16px;
  line-height: 24px;
  color: #0f172a;
}

.procent-item.c2 {
  background: #fcf2d9;
}

.procent-item.c3 {
  background: #dde9f0;
}

.pay-bx {
  margin-block-end: 140px;
}

.title-bx {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  margin-block-end: 64px;
  text-align: center;
  color: #0f172a;
}

.pay-grid {
  display: grid;
  grid-gap: 46px;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.pay-grid1 {
  margin-block-end: 46px;
}

.pay-grid2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.pay-item {
  padding: 40px 0 0;
  height: 384px;
  position: relative;
  background: #eaecee;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
}

.pay-item.c1 {
  color: #fff;
  background: #16325c;
}

.pay-item.c2 {
  background: #eaecee;
}

.pay-item.c3 {
  background: #dde9f0;
}

.pay-item.c4 {
  background: #fcf2d9;
}

.pay-item.c5 {
  background: #dde9f0;
}

.pay-item .t1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-block-end: 8px;
}

.pay-item .t2 {
  padding: 0 10px;
  font-size: 16px;
  line-height: 24px;
}

.pay-grid2 .pay-item {
  height: 456px;
}

.pay-item .img img {
  max-width: 100%;
  display: block;
}

.pay-item .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.team-bx {
  margin-block-end: 140px;
}

.team-bx .frame {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.team-bx .frame .img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-bx .frame .img img {
  display: block;
}

.team-bx .frame .text {
  max-width: 420px;
}

.team-bx .frame h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #0f172a;
}

.team-bx .frame p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 48px;
  color: #0f172a;
}

.pay-bx .frame {
  background: #eaecee;
}

.pay-bx .frame .text {
  max-width: 540px;
}

.pay-bx .frame .ico {
  margin-block-end: 40px;
}

.pay-bx .frame .img {
  padding-inline-end: 100px;
}

.pay-item.c4 .img {
  justify-content: flex-end;
}

.table-wrapper {
  width: 100%;
  overflow: auto;
}

.inform-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.inform-table td:first-child {
  text-align: left;
  width: 410px;
}

.inform-table td {
  padding: 12px 0;
  width: 140px;
  font-size: 16px;
  line-height: 28px;
}

.inform-table .h4 {
  font-weight: 700;
  color: #333742;
}

.inform-table .th {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333742;
}

.inform-table td:nth-child(2) {
  background: #f6f7f8;
}

.inform-table tr:first-child td:nth-child(2) {
  border-radius: 20px 20px 0 0;
}

.inform-table tr:last-child td:nth-child(2) {
  border-radius: 0 0 20px 20px;
}

.inform-table .name {
  color: #94a3b8;
}

.inform-table .t-blue {
  font-weight: 600;
  color: #1968e5;
}

.inform-table .t-dark {
  font-weight: 500;
  color: #333742;
}

.calendar-wrap {
  display: flex;
  margin-block-end: 24px;
  gap: 16px;
  flex-wrap: wrap;
}

.calendar-opener {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 32px;
}

.calendar-opener .arr {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d9d9d9;
}

.calendar-opener .arr:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
}

.calendar-opener .t {
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
}

.tag-select {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 192px;
  height: 32px;
  outline: 0;
  font-weight: 500;
  font-size: 14px;
  color: #21242b;
  padding: 0 12px;
  -webkit-appearance: none; /* Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* СѓР±РёСЂР°РµРј РґРµС„РѕР»РЅС‚РЅС‹Рµ СЃС‚СЂРµР»РѕС‡РєРё */
  background: url(../img/chevronDown.svg) 97% 50% no-repeat;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-end: 24px;
}

.tag-list li {
  border: none;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  height: auto;
}
.tag-list li a {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #21242b;
  height: 48px;
  text-decoration: none;
  display: inline-block;
}
.tag-list li a:hover {
  border-color: #aaa;
}
.tag-list li.active a,
.tag-list li:active a,
.tag-list li:active a:hover {
  border-color: #1968e5;
}
.tag-list li.hidden {
  display: none;
}

.tag-list li img {
  display: block;
  margin-block-start: -2px;
}

.statistic-filter {
  margin-block-end: 40px;
}

.statistic-table {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333742;
  border-collapse: collapse;
}

.statistic-table tr:first-child td {
  background: #f6f7f8;
  padding: 24px 0;
}

.statistic-table tr:first-child td:first-child {
  border-radius: 16px 0 0 16px;
}

.statistic-table tr:first-child td:last-child {
  border-radius: 0 16px 16px 0;
}

.statistic-table td {
  padding: 12px 0;
}

.statistic-table .t {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-block-start: 2px;
  color: #333742;
}

.btn-grey {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 12px;
  color: #1968e5;
  background: #ecf0f5;
}

.btn-grey:hover {
  color: #fff;
}

.statistic-table td:last-child {
  width: 140px;
}

.statistic-table td.green {
  color: #20af6c;
}

.statistic-table td.red {
  color: #df1b1b;
}

@media (max-width: 1199px) {
  .pay-bx .frame .img {
    padding-inline-end: 30px;
  }
}

@media (max-width: 991px) {
  .toggle_mnu {
    display: block;
  }

  .mnu {
    z-index: 12;
    position: fixed;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    left: 0;
    width: 270px;
    background: #fff;
    box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.3);
    display: block;
    padding: 20px;
    display: none;
  }

  .mnu li {
    margin: 0 0 15px;
  }

  .mnu a {
    font-size: 18px;
  }

  .team-bx .frame .text {
    max-width: 100%;
  }

  .team-bx .frame .img {
  }

  .team-bx .frame {
    padding-block-end: 350px;
  }

  .logo {
    width: auto;
  }

  .cards-bx .heading-bx {
    display: block;
  }

  .cards-bx .heading-bx .title-bx {
    margin-block-end: 20px;
    text-align: left;
  }

  .inform-table .th {
    font-size: 18px;
  }

  .inform-bx {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  #main {
    padding-block-start: 60px;
  }
}

#typed {
  transition: all 100ms ease-out;
}

.typed-cursor {
  font-weight: 100;
  font-size: 90px;
}
