:root {
  --gray: #333333;
  --gray2: #7e7e7e;
  --gray3: #a8a8a8;
  --gray4: #c4c4c4;
  --black: #4a4a4a;
  --blue: #0089d0;
  --blue2: #007ebf;
  --yellow: #f8da1c;
  --bg-color: #ededed;
  --border-color: #e5e5e5;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* header */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon {
  width: 32px;
  height: 32px;
}

.logo h1 a {
  text-decoration: none;
  color: black;
  font-size: 24px;
  line-height: 120%;
  font-weight: 900;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

.tap-bar {
  display: flex;
  align-items: center;
  gap: 32px;
  cursor: pointer;
}

.tap-bar-content a {
  font-size: 17px;
  line-height: 120%;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
  text-decoration: none;
}

.partner {
  color: #00000066;
}

.burger-menu {
  display: none;
  height: 35px;
  width: 35px;
  position: relative;
  cursor: pointer;
}

.burger-menu span {
  height: 3px;
  width: 100%;
  background-color: black;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.burger-menu span:nth-child(1) {
  top: 25%;
}

.burger-menu span:nth-child(2) {
  top: 75%;
}

.burger-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* main */

main {
  background-color: #f5f5f5;
}

/* kaspi zhuma banner */
.kaspi-zhuma-banner-container{
  margin: 0 5%;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kaspi-zhuma-banner{
  width: 545px;
  height: 310px;
}

/* banner */
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  margin: 0 5%;
}

.banner-title {
  max-width: 607px;
  text-align: center;
  font-size: 80px;
  line-height: 84px;
  font-weight: 900;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

.banner-description {
  max-width: 636px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  margin-top: -30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

.banner-button {
  background-color: var(--blue);
  border-radius: 12px;
  display: block;
  border: none;
  padding: 15px 40px;
  cursor: pointer;
}
.banner-button.mobile {
  display: none;
}

.banner-button span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
  color: #ffffff;
}

/* divider */

.divider {
  width: 100%;
  height: 100px;
}

/* advantages */

.advantages {
  text-align: center;
  margin: 0 10%;
}

.advantages-title {
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

.advantages-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.advantages-content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  height: 216px;
  border-radius: 20px;
  border: none;
}

.advantages-content-icon {
  width: 72px;
  height: 72px;
}

.advantages-content-description {
  max-width: 336px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Stepper */
.stepper-content {
  background-color: #fff;
  margin: 0 10%;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 20px;
}

.stepper-title {
  padding-top: 40px;
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

ol.stepper {
  --default-b: #f14635;
  --default-c: black;
  --active-b: #f14635;
  --active-c: white;
  --circle: 3.5em;
  --b: 5px;
}

ol.stepper {
  display: flex;
  list-style: none;
  justify-content: center;
  font-size: 22px;
  margin-left: -40px;
  gap: 30px;
  background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 20%
    var(--b);
}

ol.stepper {
  counter-reset: step;
}

ol.stepper li::before {
  content: counter(step) ' ';
  counter-increment: step;
}

ol.stepper li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  gap: 5px;
  max-width: 250px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

ol.stepper li::before {
  content: counter(step) ' ';
  counter-increment: step;
  display: grid;
  place-content: center;
  height: var(--circle);
  aspect-ratio: 1;
  background: var(--active-b);
  color: var(--active-c);
  border: 5px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
}

ol.stepper li.active ~ li::before {
  background: var(--default-b);
  color: var(--default-c);
}

ol.stepper li.active::after {
  content: none;
  position: absolute;
  height: var(--b);
  right: 100%;
  top: calc((var(--circle) - var(--b)) / 2);
  width: 100vw;
  background: var(--active-b);
}

/* FAQ */
.faq {
  display: flex;
  align-items: center;
}

.faq-questions {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 10%;
}

.faq-questions-title {
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

.faq-questions-items {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.faq-questions-items-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-questions-items-title h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
  transition: all 0.3s ease;
}

.faq-questions-items.active .faq-questions-items-title h4 {
  font-size: 30px !important;
  line-height: 34px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

.faq-questions-items-toggle {
  width: 24px;
  height: 24px;
  color: #f14635;
}

.faq-questions-content {
  max-height: 0;
  overflow: hidden;
  transition: max-width 0.3s ease-in-out;
}

.faq-questions-content .faq-questions-description {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

.faq-questions-items.active .faq-questions-content {
  margin-top: -40px;
  max-height: 70rem;
  margin-bottom: 20px;
}

.faq-toggle-icon {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.faq-toggle-icon img {
  width: 24px;
  transition: transform 0.3s ease-in-out;
}

.faq-questions-items.active .faq-toggle-icon {
  transform: rotate(45deg);
}

/* kaspi gid */

.kaspi-gid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.kaspi-gid-text {
  color: var(--blue);
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

/* kaspi qr */

.kaspi-qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.kaspi-qr-title {
  max-width: 680px;
  text-align: center;
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

.kaspi-qr-image {
  background-color: #fff;
  border-radius: 24px;
  padding: 50px;
  width: 300px;
  height: 300px;
}

/* footer */

footer {
  border-top: 2px solid #00000014;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 20px 0;
}

.footer-item {
  margin: 0 10%;
}

.footer-item .footer-item-content {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer-item p {
  color: #4a4a4a;
}

.footer-item a {
  text-decoration: none;
  color: #00000066;
  cursor: pointer;
}

/* modal */

.modal-container {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.3s ease;
}

.modal-container.show {
  pointer-events: auto;
  opacity: 1;
}

.modal {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.modal h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

.modal img {
  max-width: 200px;
  max-height: 200px;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transform: rotate(45deg);
}

.close-modal img {
  width: 16px;
  height: 16px;
}

@media (min-width: 2560px) {
  ol.stepper {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 22px;
    gap: 30px;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 10%
    var(--b);
  }
}

@media (max-width: 2560px) {
  ol.stepper {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 22px;
    gap: 30px;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 15%
    var(--b);
  }
}

@media (max-width: 2100px) {
  ol.stepper {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 22px;
    gap: 30px;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 18%
    var(--b);
  }
}

@media (max-width: 1550px) {
  ol.stepper {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 22px;
    gap: 30px;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 20%
      var(--b);
  }
}

@media (max-width: 1285px) {
  ol.stepper {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 22px;
    gap: 30px;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 30%
    var(--b);
  }
}

@media (max-width: 1285px) {
  ol.stepper {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 22px;
    gap: 30px;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 28%
      var(--b);
  }
}

@media (max-width: 1040px) {
  ol.stepper {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 22px;
    gap: 30px;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 35%
      var(--b);
  }
}

@media (max-width: 900px) {
  ol.stepper {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 22px;
    gap: 30px;
    background: linear-gradient(var(--default-b) 0 0) no-repeat 50% calc((var(--circle) - var(--b)) / 2) / 40%
      var(--b);
  }
}

@media (max-width: 812px) {
  /* kaspi zhuma banner */
  .kaspi-zhuma-banner{
    width: 343px;
    height: 210px;
  }

  .tap-bar {
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    left: -450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    z-index: 1;
  }

  .tap-bar.active {
    left: 0;
  }

  .burger-menu {
    display: block;
    z-index: 2;
  }

  /* banner */
  .banner img {
    width: 261px;
    height: 131px;
  }

  .banner-title {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .banner-description {
    max-width: 327px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: -15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
  }

  .banner-button-container {
    background-color: #ffffff;
    padding: 0 10%;
    width: 100%;
    height: 80px;
    border: none;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-button {
    background-color: var(--blue);
    border-radius: 12px;
    display: none;
    border: none;
    cursor: pointer;
  }
  .banner-button.mobile {
    display: block;
  }

  .banner-button span, .banner-button a {
    font-size: 17px;
    text-decoration: none;
    line-height: 100%;
    font-weight: 700;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
    color: #ffffff;
  }

  /* divider */

  .divider {
    display: none;
  }

  /* advantages */

  .advantages {
    text-align: center;
    margin: 32px 5%;
  }

  .advantages-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .advantages-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .advantages-content-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 184px;
    border-radius: 16px;
  }

  .advantages-content-icon {
    width: 72px;
    height: 72px;
  }

  .advantages-content-description {
    max-width: 311px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }

  /* Stepper */
  .stepper-content {
    background-color: #fff;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
  }

  .stepper-title {
    padding-top: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }

  ol.stepper {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    gap: 72px;
    padding-left: 5px;
    margin-left: 0;
    background: linear-gradient(var(--default-b) 0 0) no-repeat center / var(--b) 30%;
  }

  ol.stepper li {
    background-color: #ffffff;
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }

  ol.stepper li.active::after {
    content: '';
    position: absolute;
    width: var(--b);
    bottom: 100%;
    left: calc((var(--circle) - var(--b)) / 2);
    top: auto;
    right: auto;
    height: 100vw;
    background: var(--active-b);
  }

  .faq-questions {
    gap: 16px;
    margin: 0 5%;
  }

  .faq-questions-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .faq-questions-items {
    border-radius: 16px;
  }

  .faq-questions-items-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin: -30px 0;
  }

  .faq-questions-items-title h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
    transition: all 0.3s ease;
  }

  .faq-questions-items.active .faq-questions-items-title h4 {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .faq-questions-items.active .faq-questions-content {
    margin-bottom: 0;
  }

  .faq-questions-content .faq-questions-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    max-width: 311px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .faq-toggle-icon img {
    width: 18px;
  }

  /* kaspi gid */

  .kaspi-gid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .kaspi-gid-text {
    color: var(--blue);
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 40px;
  }

  /* kaspi qr */

  .kaspi-qr {
    display: none;
  }

  /* footer */

  footer {
    border-top: 2px solid #00000014;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 20px 0;
    margin-bottom: 80px;
  }

  .footer-item {
    text-align: center;
  }

  .footer-item .footer-item-content {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }
}

