@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-background: #f6f6f6;
  --color-black: #000;
  --color-blue-light: #e7e6ff;
  --radius-30: 30px;
  --color-blue-transparent-6: #4f4aff0f;
  --color-blue: #4f4aff;
  --color-white: white;
  --color-green: #11c4c9;
  --color-blue-transparent-10: #4f4aff1a;
  --radius-15: 15px;
  --color-blue-transparent-15: #4f4aff26;
  --radius-100: 100px;
  --radius-20: 20px;
  --color-green-transparent-15: #11c4c926;
  --color-white-transparent-50: #ffffff80;
  --color-blue-transparent-50: #4f4aff80;
  --color-white-3: #fbfbfd;
  --color-black-transparent-20: #0003;
  --color-black-transparent-45: #00000073;
  --color-white-transparent-25: #ffffff40;
  --color-white-transparent-60: #fff9;
  --color-white-2: #f4f4f4;
  --color-grey: #b5b5b5;
  --color-grey-transparent-40: #b5b5b566;
  --color-green-transparent-9: #11c4c917;
  --color-green-transparent-65: #11c4c9a6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color-background);
  color: var(--color-black);
  font-family: Intertight, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.section.section--hero {
  background-color: var(--color-blue-light);
  margin-top: -100dvh;
  position: relative;
}

.section.section--client {
  z-index: 1;
  padding-top: 10.4vw;
  position: relative;
}

.section.section--client.section--absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.section.section--courier {
  padding-top: 2.8vw;
  position: relative;
}

.section.section--pay {
  background-color: var(--color-blue-light);
  margin-top: -100dvh;
  padding-top: 10.4vw;
  padding-bottom: 10.4vw;
}

.section.section--diagram {
  background-color: var(--color-blue-light);
  padding-bottom: 2.8vw;
}

.section.section--advantage {
  background-color: var(--color-background);
  padding-top: 10.4vw;
  position: relative;
}

.section.section--start {
  background-color: var(--color-background);
  padding-top: 10.4vw;
  padding-bottom: 6.9vw;
  position: relative;
}

.section.section--footer {
  background-color: var(--color-blue-light);
  height: 36.1vw;
  padding-top: 2.8vw;
  padding-bottom: 1.7vw;
  position: relative;
  overflow: hidden;
}

.section.section--benefits {
  margin-top: -10vw;
  padding-top: 10.4vw;
  padding-bottom: 10.4vw;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: none;
  padding-left: 2.7vw;
  padding-right: 2.7vw;
  position: relative;
}

.container.container--footer {
  z-index: 1;
  height: 100%;
  position: relative;
}

.container.container--full-height {
  height: 100%;
}

.ui-kit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.ui-kit__typography {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-heading-h1 {
  font-size: 7.6vw;
  font-weight: 500;
  line-height: 120%;
}

.text-heading-h1.text-heading-h1--bottom {
  margin-top: -3vw;
  margin-bottom: -1.5vw;
}

.text-heading-h1.loader {
  line-height: 79%;
}

.text-heading-h2 {
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 79%;
}

.text-heading-h3 {
  font-size: 3.1vw;
  font-weight: 500;
  line-height: 106%;
}

.text-heading-h4 {
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 96%;
}

.text-title-1, .text-title-2-medium {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 106%;
}

.text-title-2-regular {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 106%;
}

.text-subtitle {
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 106%;
}

.text-description-1 {
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 106%;
}

.text-description-1.text-description-1--advantages-narrow {
  width: 60%;
}

.text-description-2 {
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 106%;
}

.text-body-1 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 106%;
}

.text-button-primary {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 120%;
}

.text-button-secondary, .text-tag, .text-nav-link {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 120%;
}

.ui-kit__grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.ui-kit__item {
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.logo {
  background-image: url('../images/ara-delivery-logo.svg');
  background-position: 0 0;
  background-size: cover;
  width: 11.2vw;
  height: 3vw;
}

.nav-link {
  border-radius: var(--radius-30);
  background-color: var(--color-blue-transparent-6);
  color: var(--color-blue);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: .3vw 1vw;
  transition: border .3s;
  display: flex;
}

.nav-link:hover {
  border-color: var(--color-blue);
}

.header {
  z-index: 50;
  background-color: var(--color-background);
  width: 100%;
  position: fixed;
}

.header__inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  position: relative;
}

.header__nav {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.button {
  grid-column-gap: 2.8vw;
  grid-row-gap: 2.8vw;
  border: 1px solid var(--color-blue);
  border-radius: var(--radius-30);
  background-color: var(--color-blue);
  color: var(--color-white);
  justify-content: space-between;
  align-items: center;
  padding: .5vw .35vw .5vw 1vw;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.button:where(.w-variant-fa449e77-1774-7259-ae36-151caa90371b) {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-blue);
}

.button:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  background-color: var(--color-white);
  color: var(--color-blue);
  padding-top: .3vw;
  padding-bottom: .3vw;
  padding-right: .3vw;
}

.button:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}

.button:hover:where(.w-variant-fa449e77-1774-7259-ae36-151caa90371b) {
  color: var(--color-green);
}

.button:hover:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
  border-color: var(--color-white);
  color: var(--color-green);
}

.button__icon {
  border-top-left-radius: var(--radius-30);
  border-top-right-radius: var(--radius-30);
  border-bottom-left-radius: var(--radius-30);
  border-bottom-right-radius: var(--radius-30);
  color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: flex;
}

.button__icon:where(.w-variant-fa449e77-1774-7259-ae36-151caa90371b) {
  color: inherit;
}

.button__icon:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
  color: inherit;
  background-image: none;
  width: 1.5vw;
  height: 1.5vw;
}

.button__icon.button__icon--color-white {
  background-color: var(--color-white);
  background-image: url('../images/arrow-icon-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition-duration: .3s;
}

.button__icon.accent {
  display: none;
}

.button__icon.white {
  background-color: var(--color-white);
  position: relative;
}

.button__icon.white:where(.w-variant-fa449e77-1774-7259-ae36-151caa90371b), .button__icon.white:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
  display: none;
}

.header__action {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tag {
  border-radius: var(--radius-30);
  background-color: var(--color-white);
  color: var(--color-black);
  justify-content: center;
  align-items: center;
  padding: .3vw 1vw;
  display: flex;
}

.tag:where(.w-variant-0dbce6b7-d860-1c34-5a53-c1b22f567ecc) {
  background-color: var(--color-blue-transparent-10);
}

.client__card {
  width: 22.8vw;
  height: 23.1vw;
  position: relative;
}

.client__card.client__card--centered-y {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.client__card.client__card--centered-y.client__card--pos-1 {
  left: 62.2vw;
}

.client__card.client__card--centered-y.client__card--pos-2 {
  left: 36.9vw;
}

.client__card.client__card--centered-y.client__card--pos-3 {
  right: 0;
}

.client__card.client__card--centered-y.client__card--pos-4 {
  left: 0;
}

.client__card-list {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.client__card-content {
  border: 1px solid var(--color-blue);
  border-radius: var(--radius-15);
  background-color: var(--color-white);
  color: var(--color-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1vw;
  display: flex;
  position: absolute;
  inset: 0 .7vw .7vw 0;
}

.client__card-background {
  border-radius: var(--radius-15);
  background-color: var(--color-blue);
  position: absolute;
  inset: .7vw 0 0 .7vw;
}

.client__card-title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.client__card-icon {
  border-radius: var(--radius-30);
  background-color: var(--color-blue-transparent-15);
  width: 2.8vw;
  height: 2.8vw;
}

.client__card-icon.client__card-icon--clock {
  background-image: url('../images/icon-clock-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.client__card-icon.client__card-icon--fire {
  background-image: url('../images/icon-fire.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
}

.client__card-icon.client__card-icon--map {
  background-image: url('../images/icon-map.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.client__card-text {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  height: 6vw;
  display: flex;
}

.client__tabs {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client__tab {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  border-radius: var(--radius-30);
  background-color: var(--color-blue-transparent-15);
  justify-content: flex-start;
  align-items: center;
  padding: .7vw;
  display: flex;
}

.client__tab.client__tab--small-pd {
  margin-left: 5.5vw;
  padding: .3vw .5vw;
}

.client__tab-icon {
  border-radius: var(--radius-30);
  background-color: var(--color-white);
  background-image: url('../images/icon-fav-fill.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  width: 2.4vw;
  height: 2.4vw;
}

.hero {
  color: var(--color-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100dvh;
  padding-top: 7.2vw;
  padding-bottom: 2.1vw;
  display: flex;
}

.hero__title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero__action {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-pair {
  display: flex;
}

.icon-pair__icon {
  border-radius: var(--radius-100);
  width: 4.2vw;
  height: 4.2vw;
}

.icon-pair__icon.icon-pair__icon--emoji {
  background-image: url('../images/smile-icon.webp');
  background-position: 50%;
  background-size: cover;
}

.icon-pair__icon.icon-pair__icon--emoji.icon-pair__icon--mg-right {
  margin-right: -1vw;
  position: relative;
}

.icon-pair__icon.icon-pair__icon--class {
  background-color: var(--color-white);
  background-image: url('../images/icon-class-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40% 40%;
}

.icon-pair__icon.icon-pair__icon--chart {
  background-color: var(--color-white);
  background-image: url('../images/icon-chart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.icon-pair__icon.icon-pair__icon--money {
  background-color: var(--color-white);
  background-image: url('../images/icon-money.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.icon-pair__icon.icon-pair__icon--money.icon-pair__icon--mg-right {
  opacity: 1;
  outline-color: var(--color-blue-light);
  outline-width: 3px;
  outline-style: solid;
  margin-right: -1vw;
  position: relative;
}

.client__app-showcase {
  position: relative;
}

.client__app-showcase.animation-wrapper {
  height: 100%;
}

.accent-heading {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  color: var(--color-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
  position: relative;
}

.accent-heading.accent-heading--small {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
}

.accent-heading.accent-heading--small.accent-heading--bonus {
  width: 100%;
}

.client.animation-wrapper {
  height: 100%;
}

.client__benefits {
  grid-column-gap: 2.1vw;
  grid-row-gap: 2.1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client__benefits-icon {
  background-image: url('../images/client-benefit-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11.7vw;
  height: 13.4vw;
}

.courier {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.courier__title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.2vw;
  display: flex;
  position: relative;
}

.courier__text-icon {
  background-image: url('../images/courier-text-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21.9vw;
  height: 9.3vw;
}

.courier__title-icon {
  background-image: url('../images/parrot-icon-courier.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 9.4vw;
  height: 9.4vw;
  position: absolute;
  left: 45.8vw;
}

.courier__screens {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.courier__screen {
  width: 21.9vw;
  height: 44.7vw;
}

.courier__screen.courier__screen--pos-1 {
  background-image: url('../images/Screen-courier-first.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.courier__screen.courier__screen--pos-2 {
  background-image: url('../images/Screen-courier-second.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.courier__screen.courier__screen--pos-3 {
  background-image: url('../images/Screen-courier-third.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.courier__list {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  flex-flow: column;
  width: 100%;
  padding-top: 2.1vw;
  display: flex;
}

.full-screen-animation {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0%;
}

.full-screen-animation._2 {
  margin-top: 0;
}

.spline {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spline.spline-2 {
  margin-left: auto;
  margin-right: auto;
}

.maket {
  z-index: 10;
  opacity: .5;
  pointer-events: none;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -35%);
}

.courier__card {
  border-radius: var(--radius-20);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 12vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.courier__card.courier__card--background-white {
  background-color: var(--color-white);
}

.courier__card.courier__card--background-green {
  background-color: var(--color-green);
}

.courier-background {
  z-index: -1;
  background-color: var(--color-blue-light);
  border-radius: 1000px;
  width: 100vw;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0;
}

.courier-background.show-mobile {
  display: none;
}

.numb-icon {
  border-radius: var(--radius-100);
  color: var(--color-black);
  justify-content: center;
  align-items: center;
  width: 2.8vw;
  height: 2.8vw;
  display: flex;
}

.numb-icon.numb-icon--background-green {
  background-color: var(--color-green-transparent-15);
}

.numb-icon.numb-icon--background-white {
  background-color: var(--color-white-transparent-50);
}

.numb-icon.numb-icon--background-white.nubm-icon--blue-stroke {
  border: 1px solid var(--color-blue-transparent-15);
  color: var(--color-blue);
}

.numb-icon.numb-icon--location {
  border: 1px solid var(--color-blue-transparent-15);
  background-color: var(--color-white);
  background-image: url('../images/icon-map.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.courier__card-title.courier__card-title--color-white {
  color: var(--color-white);
}

.courier__path {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-right: 1vw;
  display: flex;
  position: absolute;
  inset: 0 0 0 50%;
}

.courier__path-icon {
  border-radius: var(--radius-100);
  background-color: var(--color-green-transparent-15);
  flex: none;
  width: 3.5vw;
  height: 3.5vw;
}

.courier__path-icon.courier__parh-icon--parrot {
  background-image: url('../images/parrot-icon-courier.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.courier__path-icon.courier__parh-icon--location {
  background-image: url('../images/icon-map-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40% 40%;
}

.courier__road {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.courier__caption {
  color: var(--color-green);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.courier__road-icon {
  background-image: none;
  background-size: auto;
  width: 82%;
  height: 2.1vw;
}

.courier__max-icon {
  background-image: url('../images/max-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8.6vw;
  height: 2.3vw;
  position: absolute;
  bottom: -25%;
  left: 48%;
}

.courier__wave-icon {
  background-image: url('../images/path-icon-wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 58.5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .8vw;
}

.courier__maskot-icon {
  background-image: url('../images/parrot-with-mobile.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95% 95%;
  width: 6.9vw;
  height: 5.8vw;
  position: absolute;
  top: 20%;
  right: 18%;
}

.pay {
  width: 100%;
  height: 49.9vw;
}

.pay__title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.diagram {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 16.9vw;
  margin-bottom: 2.1vw;
  display: flex;
}

.diagram__item {
  border-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 20%;
  display: flex;
}

.diagram__item.diagram__item--pos-1 {
  height: 100%;
}

.diagram__item.diagram__item--pos-2 {
  height: 60%;
}

.diagram__item.diagram__item--pos-3 {
  height: 40%;
}

.diagram__item.diagram__item--pos-5 {
  height: 100%;
}

.diagram__item.diagram__item--pos-6 {
  height: 60%;
}

.diagram__item.diagram__item--pos-7 {
  height: 80%;
}

.diagram__item.diagram__item--pos-8 {
  height: 40%;
}

.diagram__item.diagram__item--pos-9 {
  height: 100%;
}

.diagram__item.diagram__item--pos-11 {
  height: 80%;
}

.diagram__item.diagram__item--pos-12 {
  height: 60%;
}

.bonus {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45.8vw;
  display: flex;
}

.advantage {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.advantage__wrapper {
  flex-flow: column;
  width: 48.4vw;
  display: flex;
}

.advantage__item {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.advantages__status {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.advantages__icon {
  background-color: var(--color-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 2.1vw;
  height: 2.1vw;
  display: flex;
}

.advantage__line {
  background-color: var(--color-blue-transparent-50);
  width: 1px;
  height: 6vw;
}

.advantages__text {
  grid-template-rows: auto;
  grid-template-columns: 40% 45% 10%;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  display: grid;
}

.start {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.start__steps {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.start__service {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.start__item {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.start__item.start__item--steps {
  margin-top: 2.1vw;
}

.start__item.start__item--service {
  margin-top: 3.5vw;
}

.start__step-item {
  border: 1px solid var(--color-blue);
  border-radius: var(--radius-15);
  background-color: var(--color-white);
  color: var(--color-blue);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 18.1vw;
  padding: .8vw;
  display: flex;
  overflow: hidden;
}

.start__step-item.start__step-item--img-1 {
  background-image: url('../images/step-image-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.start__step-item.start__step-item--img-2 {
  background-image: url('../images/step-image-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.start__step-item.start__step-item--img-3 {
  background-image: url('../images/step-image-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.start__step-item.start__step-item--img-4 {
  background-image: url('../images/step-image-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.start__step-item.start__step-item--img-5 {
  background-image: url('../images/step-image-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.start__service-item {
  border: 1px solid var(--color-blue);
  border-radius: var(--radius-15);
  background-color: var(--color-white-3);
  color: var(--color-blue);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 18.9vw;
  padding: .8vw;
  display: flex;
  overflow: hidden;
}

.start__item-service-title {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.start__item-text {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.start__item-icon {
  width: 4.4vw;
  height: 2.4vw;
}

.start__item-icon.start__item-icon-1 {
  background-image: url('../images/service-icon-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}

.start__item-icon.start__item-icon-2 {
  background-image: url('../images/service-icon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}

.start__item-icon.start__item-icon-3 {
  background-image: url('../images/service-icon-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}

.text-body-2 {
  font-size: 1vw;
  font-weight: 400;
  line-height: 106%;
}

.start__icon-graphik {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 9.6vw;
  height: 9.6vw;
  display: flex;
  position: relative;
}

.start__item-step-title {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.start__service-qr {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.start__img-qr {
  background-image: url('../images/service-icon-qr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 103% 103%;
  width: 9vw;
  height: 9vw;
}

.client__follow-texts-wrapper {
  grid-column-gap: 104.2vw;
  grid-row-gap: 104.2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 23.6vw;
  display: flex;
  position: relative;
}

.client__follow-line {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.client__follow-text-wrapper {
  width: 100%;
  position: relative;
}

.client__follow-text-wrapper.text-1 {
  height: 59.7vw;
  margin-top: 11.1vw;
}

.client__follow-text-wrapper.text-2 {
  height: 36.8vw;
}

.client__follow-text-wrapper.text-3 {
  height: 52.3vw;
}

.client__follow-text-wrapper.text-4, .client__follow-text-wrapper.text-5 {
  display: none;
  top: 199.5vw;
}

.client__follow-text {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto;
}

.client__follow-text.client__follow-text--only-mobile {
  display: none;
}

.client__follow-fade {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #f6f6f6, #f6f6f6 0% 97%, #f6f6f600);
  background-clip: border-box;
  width: 103%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.client__follow-fade.client__follow-fade--reverse {
  background-image: linear-gradient(90deg, #f6f6f6, #f6f6f600 0%, #f6f6f6 3%, #f6f6f6);
}

.clients__maskot {
  z-index: 3;
  position: absolute;
}

.clients__maskot.clients__maskot--1 {
  width: 14.6vw;
  inset: -5.1vw 2.8vw auto auto;
}

.clients__maskot.clients__maskot--2 {
  width: 14.2vw;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 9.7vw;
}

.clients__maskot.clients__maskot--2.mobile-show {
  display: none;
}

.clients__maskot.clients__maskot--3 {
  width: 14.6vw;
  top: 10vw;
  right: 3.5vw;
}

.clients__maskot.clients__maskot--3.mobile-show {
  display: none;
}

.clients__maskot.clients__maskot--4 {
  width: 18.8vw;
  top: -12vw;
  left: 3.5vw;
}

.clients__maskot.clients__maskot--5 {
  width: 13.9vw;
  top: 33vw;
  right: 11.8vw;
}

.clients__maskot.clients__maskot--5.mobole-show {
  display: none;
}

.clients__maskot-wrapper {
  z-index: 0;
  width: 100%;
  position: relative;
}

.div-block {
  position: relative;
}

.footer {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.section__footer-graph {
  background-image: url('../images/footer-graphics-desktop.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20.8vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer__action {
  color: var(--color-black-transparent-20);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__action.footer__action--align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.footer__content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer__contact-cta {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__primary-link {
  color: var(--color-blue);
}

.footer__secondary-link {
  color: var(--color-black-transparent-45);
}

.header__menu-wrapper {
  display: none;
}

.preload {
  z-index: 1000;
  background-color: var(--color-blue-light);
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0%;
}

.preload__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.preload__shape {
  width: 25.4vw;
  position: absolute;
}

.preload__shape.preloader__shape--pos-1 {
  top: 10%;
  left: 5%;
}

.preload__shape.preloader__shape--pos-2 {
  bottom: 10%;
  left: 1%;
}

.preload__shape.preloader__shape--pos-3 {
  bottom: 27%;
  right: 5%;
}

.preload__shape.preloader__shape--pos-4 {
  top: -10%;
  right: -10%;
}

.preload__action {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  color: var(--color-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 40%;
}

.preload__line-wrapper {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  display: flex;
}

.preload__line {
  border-radius: var(--radius-100);
  background-color: var(--color-white);
  width: 78vw;
  padding: .4vw;
  display: flex;
  position: relative;
}

.preload__icon {
  border-radius: var(--radius-100);
  background-color: var(--color-blue-light);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 5.3vw;
  min-width: 5.3vw;
  height: 5.3vw;
  min-height: 5.3vw;
  position: relative;
}

.preload__icon.absolute {
  position: absolute;
}

.preload__numb {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  overflow: clip;
}

.client__follow-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-2 {
  height: 100vh;
}

.diagram__item-animate {
  background-color: var(--color-blue-transparent-10);
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.diagram__item-animate.diagram__item--pos-1 {
  height: 100%;
}

.diagram__item-animate.diagram__item--pos-2 {
  height: 60%;
}

.diagram__item-animate.diagram__item--pos-3 {
  height: 40%;
}

.diagram__item-animate.diagram__item--pos-5 {
  height: 100%;
}

.diagram__item-animate.diagram__item--pos-6 {
  height: 60%;
}

.diagram__item-animate.diagram__item--pos-7 {
  height: 80%;
}

.diagram__item-animate.diagram__item--pos-8 {
  height: 40%;
}

.diagram__item-animate.diagram__item--pos-9 {
  height: 100%;
}

.diagram__item-animate.diagram__item--pos-11 {
  height: 80%;
}

.diagram__item-animate.diagram__item--pos-12 {
  height: 60%;
}

.button__icon-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button__icon-accent {
  border-top-left-radius: var(--radius-30);
  border-top-right-radius: var(--radius-30);
  border-bottom-left-radius: var(--radius-30);
  border-bottom-right-radius: var(--radius-30);
  color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: none;
  position: relative;
}

.button__icon-accent:where(.w-variant-fa449e77-1774-7259-ae36-151caa90371b) {
  color: inherit;
  display: flex;
}

.button__icon-accent:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
  color: inherit;
  background-image: none;
  width: 1.5vw;
  height: 1.5vw;
  display: flex;
}

.button__icon-accent.button__icon--color-white {
  background-color: var(--color-white);
  background-image: url('../images/arrow-icon-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition-duration: .3s;
}

.button__icon-accent.accent {
  display: none;
}

.button__icon-accent.white {
  background-color: var(--color-white);
  position: relative;
}

.button__icon-white {
  border-top-left-radius: var(--radius-30);
  border-top-right-radius: var(--radius-30);
  border-bottom-left-radius: var(--radius-30);
  border-bottom-right-radius: var(--radius-30);
  background-color: var(--color-white);
  color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: flex;
  position: relative;
}

.button__icon-white:where(.w-variant-fa449e77-1774-7259-ae36-151caa90371b) {
  color: inherit;
  display: none;
}

.button__icon-white:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
  color: inherit;
  background-image: none;
  width: 1.5vw;
  height: 1.5vw;
  display: none;
}

.button__icon-white.button__icon--color-white {
  background-color: var(--color-white);
  background-image: url('../images/arrow-icon-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition-duration: .3s;
}

.button__icon-white.accent {
  display: none;
}

.button__icon-white.white {
  background-color: var(--color-white);
  position: relative;
}

.button__icon-white.white:where(.w-variant-fa449e77-1774-7259-ae36-151caa90371b), .button__icon-white.white:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
  display: none;
}

.pay__maskot {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14.1vw;
}

.pay__maskot.clients__maskot--1 {
  width: 14.6vw;
  inset: -5.1vw 2.8vw auto auto;
}

.pay__maskot.clients__maskot--2 {
  width: 14.2vw;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 9.7vw;
}

.pay__maskot.clients__maskot--3 {
  width: 14.6vw;
  top: 10vw;
  right: 3.5vw;
}

.pay__maskot.clients__maskot--4 {
  width: 18.8vw;
  top: -12vw;
  left: 3.5vw;
}

.pay__maskot.clients__maskot--5 {
  width: 13.9vw;
  top: 33vw;
  right: 11.8vw;
}

.pay__card {
  z-index: 1;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: #0009;
  background-image: url('../images/snackbar.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.7vw;
  width: 35.8vw;
  height: 5.1vw;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 54%;
}

.advantages__icon-star {
  justify-content: center;
  align-items: center;
  display: flex;
}

.advantage__line-fill {
  background-color: var(--color-blue);
  width: 100%;
  height: 100%;
}

.start__icon-graphik-line {
  transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.start__icon-graphik-circle {
  position: absolute;
  inset: 0%;
}

.start__icon-graphik-dot {
  background-color: var(--color-white);
  border-radius: 1000px;
  width: .5vw;
  height: .5vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: .07rem 0% auto 8%;
}

.start__numb-graphik {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.start__devide-graphik {
  background-color: var(--color-blue);
  width: .13vw;
  height: 1.8vw;
}

.preload__icon-wrapper {
  position: relative;
}

.preload__icon-inner {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.div-block-4 {
  position: relative;
}

.start__item-counter {
  display: flex;
}

.menu-button, .menu-button.desktop-hide, .header__wrapper, .header__button-wrap, .client__mobile, .pay__mobile-content, .bonus__screen-mobile, .spline-mobile {
  display: none;
}

.hero__text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero__text.mobile {
  display: none;
}

.div-block-6 {
  width: 0;
  height: 0;
}

.preload__icon--wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.preload__icon-wrap, .div-block-7 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .section.section--client {
    padding-top: 7.9vw;
  }

  .section.section--courier {
    padding-top: 2.1vw;
  }

  .section.section--pay {
    padding-top: 7.8vw;
    padding-bottom: 7.8vw;
  }

  .section.section--diagram {
    padding-bottom: 1.6vw;
  }

  .section.section--advantage {
    padding-top: 8.3vw;
  }

  .section.section--start {
    padding-top: 7.8vw;
    padding-bottom: 5.2vw;
  }

  .section.section--footer {
    height: 32.3vw;
    padding-top: 1.6vw;
    padding-bottom: 1vw;
  }

  .section.section--benefits {
    margin-top: -8.3vw;
    padding-top: 8.3vw;
    padding-bottom: 8.3vw;
  }

  .container {
    padding-left: 3.1vw;
    padding-right: 3.1vw;
  }

  .text-heading-h1 {
    font-size: 9.5vw;
  }

  .text-heading-h1.text-heading-h1--bottom {
    margin-top: -3.5vw;
  }

  .text-heading-h1.loader {
    font-size: 7.7vw;
  }

  .text-heading-h2 {
    font-size: 4.1vw;
  }

  .text-heading-h3 {
    font-size: 2.6vw;
  }

  .text-heading-h4 {
    font-size: 2.1vw;
  }

  .text-title-1 {
    font-size: 1.2vw;
  }

  .text-title-2-medium, .text-title-2-regular {
    font-size: 1.1vw;
  }

  .text-subtitle, .text-description-1 {
    font-size: 1.3vw;
  }

  .text-description-2 {
    font-size: 1.1vw;
  }

  .text-body-1 {
    font-size: .9vw;
  }

  .text-button-primary {
    font-size: .95vw;
  }

  .text-button-secondary, .text-tag, .text-nav-link {
    font-size: .8vw;
  }

  .logo {
    width: 8.4vw;
    height: 2.2vw;
  }

  .button {
    grid-column-gap: 3.6vw;
    grid-row-gap: 3.6vw;
    padding: .65vw .4vw .65vw .8vw;
  }

  .button:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    padding: .2vw .3vw .2vw .7vw;
  }

  .button__icon {
    width: 1.5vw;
    height: 1.5vw;
  }

  .button__icon:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 1.1vw;
    height: 1.1vw;
  }

  .tag {
    padding: .2vw .7vw;
  }

  .client__card {
    height: 14.6vw;
  }

  .client__card.client__card--centered-y.client__card--pos-1 {
    left: 60.6vw;
  }

  .client__card.client__card--centered-y.client__card--pos-2 {
    left: 38.2vw;
  }

  .client__card-content {
    padding: .8vw;
    bottom: .5vw;
    right: .5vw;
  }

  .client__card-background {
    top: .5vw;
    left: .5vw;
  }

  .client__card-icon {
    width: 2.6vw;
    height: 2.6vw;
  }

  .client__card-text {
    grid-column-gap: .3vw;
    grid-row-gap: .3vw;
    height: 3.5vw;
  }

  .client__tab {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .client__tab.client__tab--small-pd {
    margin-left: 9vw;
    padding: .2vw .3vw .2vw 1vw;
  }

  .client__tab-icon {
    width: 2.2vw;
    height: 2.2vw;
  }

  .hero {
    padding-top: 5.9vw;
    padding-bottom: 2vw;
  }

  .hero__action {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    width: 35%;
  }

  .icon-pair__icon {
    width: 3.1vw;
    height: 3.1vw;
  }

  .icon-pair__icon.icon-pair__icon--emoji.icon-pair__icon--mg-right, .icon-pair__icon.icon-pair__icon--money.icon-pair__icon--mg-right {
    margin-right: -.7vw;
  }

  .accent-heading {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    width: 40%;
  }

  .accent-heading.accent-heading--small {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .client__benefits {
    grid-column-gap: 1.6vw;
    grid-row-gap: 1.6vw;
  }

  .courier__title {
    padding-bottom: 3.9vw;
  }

  .courier__text-icon {
    width: 16.5vw;
    height: 7vw;
  }

  .courier__title-icon {
    left: 50%;
    transform: translateX(-50%);
  }

  .courier__screen {
    width: 19vw;
    height: 38.9vw;
  }

  .courier__list {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    padding-top: 1.6vw;
  }

  .courier__card {
    height: 9vw;
    padding-top: .8vw;
    padding-left: .8vw;
  }

  .numb-icon {
    width: 2.1vw;
    height: 2.1vw;
  }

  .courier__path {
    padding-top: .8vw;
    padding-right: .8vw;
  }

  .courier__path-icon {
    width: 3.1vw;
    height: 3.1vw;
  }

  .courier__road-icon {
    width: 84%;
  }

  .courier__max-icon {
    width: 7.1vw;
    height: 1.9vw;
    left: 50%;
  }

  .courier__wave-icon {
    width: 43.9vw;
    right: 2.9vw;
  }

  .courier__maskot-icon {
    width: 5.2vw;
    height: 4.3vw;
    right: 16%;
  }

  .pay {
    height: 46.6vw;
  }

  .diagram {
    margin-bottom: 2.6vw;
  }

  .diagram__item {
    border-radius: 8px;
  }

  .bonus {
    height: 42.6vw;
  }

  .advantage__wrapper {
    width: 40vw;
    margin-top: 2.4vw;
  }

  .advantages__icon {
    width: 1.6vw;
    height: 1.6vw;
  }

  .advantage__line {
    height: 4.5vw;
  }

  .start__steps, .start__service, .start__item {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
  }

  .start__item.start__item--steps {
    margin-top: 1.6vw;
  }

  .start__item.start__item--service {
    margin-top: 2.6vw;
  }

  .start__step-item {
    height: 17.7vw;
  }

  .start__service-item {
    height: 14.1vw;
  }

  .text-body-2 {
    font-size: .9vw;
  }

  .start__icon-graphik {
    width: 8.5vw;
    height: 8.5vw;
  }

  .start__service-qr {
    grid-column-gap: .4vw;
    grid-row-gap: .4vw;
  }

  .start__img-qr {
    width: 7vw;
    height: 7vw;
  }

  .footer__contact-cta {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .preload__shape {
    width: 19vw;
  }

  .diagram__item-animate {
    border-radius: 8px;
  }

  .button__icon-accent {
    width: 1.5vw;
    height: 1.5vw;
  }

  .button__icon-accent:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 1.1vw;
    height: 1.1vw;
  }

  .button__icon-white {
    width: 1.5vw;
    height: 1.5vw;
  }

  .button__icon-white:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 1.1vw;
    height: 1.1vw;
  }

  .advantage__line-fill {
    height: 4.5vw;
  }

  .start__devide-graphik {
    height: 1.5vw;
  }
}

@media screen and (max-width: 991px) {
  .section.section--client {
    padding-top: 13vw;
  }

  .section.section--courier {
    padding-top: 3.9vw;
  }

  .section.section--pay {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  .section.section--diagram {
    padding-bottom: 2.6vw;
  }

  .section.section--advantage {
    padding-top: 18.2vw;
  }

  .section.section--start {
    padding-top: 13vw;
    padding-bottom: 11.7vw;
  }

  .section.section--footer {
    height: 51.8vw;
    padding-top: 3.9vw;
    padding-bottom: 2.6vw;
  }

  .section.section--benefits {
    margin-top: -15vw;
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  .text-heading-h1 {
    font-size: 7.2vw;
  }

  .text-heading-h2 {
    font-size: 4.4vw;
  }

  .text-heading-h3 {
    font-size: 3.9vw;
  }

  .text-heading-h4 {
    font-size: 3.1vw;
  }

  .text-title-1 {
    font-size: 2.6vw;
  }

  .text-title-2-medium {
    font-size: 2.3vw;
  }

  .text-title-2-regular {
    font-size: 2.9vw;
  }

  .text-subtitle {
    font-size: 3.1vw;
  }

  .text-description-1 {
    font-size: 2.6vw;
  }

  .text-description-1.text-description-1--advantages-narrow {
    width: 100%;
  }

  .text-description-2 {
    font-size: 2.3vw;
  }

  .text-body-1 {
    font-size: 2.1vw;
  }

  .text-button-primary {
    font-size: 2.3vw;
  }

  .text-button-secondary, .text-tag {
    font-size: 2.1vw;
  }

  .text-nav-link {
    font-size: 1.8vw;
  }

  .ui-kit__grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    width: 14.2vw;
    height: 3.9vw;
  }

  .nav-link {
    background-color: var(--color-white);
    padding: 2vw 5.2vw;
  }

  .header__inner {
    padding-top: 2.6vw;
    padding-bottom: 2.6vw;
  }

  .header__nav {
    display: none;
  }

  .button {
    grid-column-gap: 3.9vw;
    grid-row-gap: 3.9vw;
    padding: 1vw .7vw 1vw 1.8vw;
  }

  .button:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    padding-right: .7vw;
  }

  .button__icon {
    width: 3.8vw;
    height: 3.8vw;
  }

  .button__icon:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 3.5vw;
    height: 3.5vw;
  }

  .header__action {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .header__button-wrapper {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tag {
    padding: .5vw 1.8vw;
  }

  .client__card {
    width: 46.4vw;
    height: 29.8vw;
  }

  .client__card.client__card--centered-y.client__card--pos-1 {
    left: 0%;
  }

  .client__card.client__card--centered-y.client__card--pos-2 {
    left: auto;
    right: 5%;
  }

  .client__card.client__card--centered-y.client__card--pos-3 {
    left: 0%;
    right: auto;
  }

  .client__card.client__card--centered-y.client__card--pos-4 {
    left: auto;
    right: 5%;
  }

  .client__card-list {
    grid-row-gap: 2.1vw;
    flex-flow: wrap;
  }

  .client__card-content {
    padding: 2vw;
    bottom: 1.3vw;
    right: 1.3vw;
  }

  .client__card-background {
    top: 1.3vw;
    left: 1.3vw;
  }

  .client__card-icon {
    width: 5.2vw;
    height: 5.2vw;
  }

  .client__card-text {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
    height: 7.8vw;
  }

  .client__tabs {
    grid-column-gap: .3vw;
    grid-row-gap: .3vw;
  }

  .client__tab {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    padding: 1.4vw 2vw;
  }

  .client__tab.client__tab--small-pd {
    margin-left: 10.3vw;
    padding: .7vw .7vw .7vw 2vw;
  }

  .client__tab-icon {
    width: 3.9vw;
    height: 3.9vw;
  }

  .hero {
    padding-top: 11.7vw;
    padding-bottom: 2.6vw;
  }

  .hero__action {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
    width: 30%;
  }

  .icon-pair__icon {
    width: 5.2vw;
    height: 5.2vw;
  }

  .icon-pair__icon.icon-pair__icon--emoji.icon-pair__icon--mg-right {
    margin-right: -1.3vw;
  }

  .accent-heading {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 58%;
  }

  .accent-heading.accent-heading--small {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
  }

  .client__benefits {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .courier__title {
    padding-bottom: 16.1vw;
  }

  .courier__text-icon {
    width: 34.1vw;
    height: 14.5vw;
  }

  .courier__title-icon {
    width: 10.9vw;
    height: 10.9vw;
    top: 17.1vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .courier__screens {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
  }

  .courier__screen {
    width: 23.8vw;
    height: 48.8vw;
  }

  .courier__list {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    padding-top: 2.6vw;
  }

  .spline {
    width: 200%;
  }

  .spline.spline-2 {
    width: 100%;
  }

  .courier__card {
    height: 36.3vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
  }

  .numb-icon {
    width: 3.9vw;
    height: 3.9vw;
  }

  .courier__path {
    grid-column-gap: 1.8vw;
    grid-row-gap: 1.8vw;
    justify-content: flex-start;
    padding: 0 2vw;
    top: 12.4vw;
    bottom: auto;
    left: 0%;
  }

  .courier__path-icon {
    width: 6.5vw;
    height: 6.5vw;
  }

  .courier__road-icon {
    height: 4vw;
  }

  .courier__max-icon {
    width: 16.1vw;
    height: 4.4vw;
  }

  .courier__wave-icon {
    background-image: url('../images/max-icon-tablet.svg');
    width: 100vw;
    top: 1.2vw;
    bottom: 7vw;
    right: 0;
  }

  .courier__maskot-icon {
    width: 13vw;
    height: 10.8vw;
    top: 22%;
    right: 35%;
  }

  .pay {
    height: 72.9vw;
  }

  .diagram {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
    height: 21.6vw;
    margin-bottom: 3.4vw;
  }

  .diagram__item {
    border-radius: 4px;
  }

  .diagram__item.diagram__item--pos-10, .diagram__item.diagram__item--pos-11, .diagram__item.diagram__item--pos-12 {
    display: none;
  }

  .bonus {
    height: 56.4vw;
  }

  .advantage {
    grid-column-gap: 3.9vw;
    grid-row-gap: 3.9vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .advantage__wrapper {
    width: 100%;
  }

  .advantages__icon {
    width: 3.9vw;
    height: 3.9vw;
  }

  .advantage__line {
    height: 5.2vw;
  }

  .start__steps {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .start__service {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .start__item {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .start__item.start__item--steps {
    margin-top: 2.6vw;
  }

  .start__item.start__item--service {
    margin-top: 5.2vw;
  }

  .start__step-item {
    height: 34.5vw;
    padding: 2vw;
  }

  .start__step-item.start__step-item--img-4, .start__step-item.start__step-item--img-5 {
    background-size: 102%;
  }

  .start__service-item {
    height: 28.6vw;
    padding: 2vw;
  }

  .start__item-text {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
    width: 80%;
  }

  .start__item-icon {
    width: 7vw;
    height: 4.4vw;
  }

  .text-body-2 {
    font-size: 1.8vw;
  }

  .start__icon-graphik {
    width: 13.5vw;
    height: 13.5vw;
  }

  .start__service-qr {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .start__img-qr {
    width: 13vw;
    height: 12.2vw;
  }

  .client__follow-texts-wrapper {
    grid-column-gap: 120vw;
    grid-row-gap: 120vw;
    padding-bottom: 120vw;
  }

  .client__follow-text-wrapper.text-1 {
    margin-top: 4.6vw;
  }

  .client__follow-text-wrapper.text-3 {
    margin-top: 48vw;
  }

  .client__follow-text-wrapper.text-4, .client__follow-text-wrapper.text-5 {
    top: 281.4vw;
  }

  .clients__maskot.clients__maskot--1 {
    width: 16.9vw;
    top: -10.2vw;
    right: 6vw;
  }

  .clients__maskot.clients__maskot--2 {
    width: 16.5vw;
    top: 0;
    left: 7.6vw;
  }

  .clients__maskot.clients__maskot--3 {
    width: 16.9vw;
    top: 13.3vw;
    right: 20.3vw;
  }

  .clients__maskot.clients__maskot--4 {
    width: 21.9vw;
    top: -70vw;
    left: 18.5vw;
  }

  .clients__maskot.clients__maskot--5 {
    width: 16.1vw;
    top: 30.8vw;
    right: 10.9vw;
  }

  .section__footer-graph {
    height: 24.1vw;
  }

  .footer__contact-cta {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .header__menu-wrapper {
    z-index: -1;
    background-color: var(--color-green);
    height: 72.9vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .mobile-menu__buttons {
    grid-column-gap: 6.5vw;
    grid-row-gap: 6.5vw;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 3.9vw;
    display: flex;
    position: relative;
  }

  .header__menu-background {
    z-index: -1;
    background-image: url('../images/menu-wrapper-background.svg');
    background-position: 50%;
    background-size: 100%;
    position: absolute;
    inset: 0;
  }

  .preload__shape {
    width: 41.3vw;
  }

  .preload__line {
    padding: .5vw;
  }

  .preload__icon {
    width: 4.8vw;
    min-width: 4.8vw;
    height: 4.8vw;
    min-height: 4.8vw;
  }

  .diagram__item-animate {
    border-radius: 4px;
  }

  .diagram__item-animate.diagram__item--pos-10, .diagram__item-animate.diagram__item--pos-11, .diagram__item-animate.diagram__item--pos-12 {
    display: none;
  }

  .button__icon-accent {
    width: 3.8vw;
    height: 3.8vw;
  }

  .button__icon-accent:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 3.5vw;
    height: 3.5vw;
  }

  .button__icon-white {
    width: 3.8vw;
    height: 3.8vw;
  }

  .button__icon-white:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 3.5vw;
    height: 3.5vw;
  }

  .pay__maskot {
    display: none;
  }

  .pay__maskot.clients__maskot--1 {
    width: 16.9vw;
    top: 6.6vw;
    right: 6vw;
  }

  .pay__maskot.clients__maskot--2 {
    width: 16.5vw;
    top: 43.6vw;
    left: 7.6vw;
  }

  .pay__maskot.clients__maskot--3 {
    width: 16.9vw;
    top: 156.9vw;
    right: 20.3vw;
  }

  .pay__maskot.clients__maskot--4 {
    width: 21.9vw;
    top: 228vw;
    left: 18.5vw;
  }

  .pay__maskot.clients__maskot--5 {
    width: 16.1vw;
    top: 313vw;
    right: 10.9vw;
  }

  .pay__card {
    background-position: 0%;
    background-size: cover;
    width: 46.6vw;
    height: 8.1vw;
    left: 50%;
  }

  .advantage__line-fill {
    height: 5.2vw;
  }

  .start__icon-graphik-dot {
    width: .8vw;
    height: .8vw;
    top: .09rem;
  }

  .start__numb-graphik {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .start__devide-graphik {
    width: .2vw;
    height: 2.5vw;
  }

  .menu-button {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 4.7vw;
    height: 4.7vw;
    display: flex;
    position: relative;
  }

  .menu-button.desktop-hide {
    display: flex;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header__menu {
    z-index: 1;
    position: absolute;
    inset: 0% 0% auto;
  }

  .header__bottom-bar {
    position: relative;
  }

  .mobile-menu__bg-mask-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .header__wrapper {
    width: 100%;
    height: 100dvh;
    display: none;
    overflow: hidden;
  }

  .mobile-menu__bg {
    background-image: url('../images/header.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100dvh;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .mobile-menu__bg-mask {
    background-color: #11c4c9;
    border-radius: 1000px;
    width: 200vw;
    height: 200vw;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .header__top-bar {
    position: absolute;
    inset: 0% 0% auto;
  }

  .header__button-wrap {
    display: flex;
    position: absolute;
    inset: 2.8vw 2.6vw auto auto;
  }

  .header__mask {
    border-radius: 100000px;
    width: 10vw;
    height: 10vw;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .header__content {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 100dvh;
    margin-left: auto;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-5 {
    position: absolute;
    inset: 0%;
  }

  .mobile-menu__bg-copy {
    background-image: url('../images/header-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .header__bg-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .menu-button__line {
    background-color: var(--color-blue);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spline-mobile, .hero__text.desktop {
    display: none;
  }

  .hero__text.mobile {
    color: var(--color-blue);
    display: flex;
    position: absolute;
    inset: auto auto 2.6vw 2.7vw;
  }

  .mobile-menu__maskot {
    width: 11.1vw;
    transform: translate(200%, -80%);
  }
}

@media screen and (max-width: 767px) {
  .section.section--hero {
    height: 100dvh;
    margin-top: 0;
  }

  .section.section--client {
    padding-top: 21.3vw;
  }

  .section.section--courier {
    padding-top: 5.3vw;
  }

  .section.section--pay {
    margin-top: 0;
    padding-top: 21.3vw;
    padding-bottom: 21.3vw;
  }

  .section.section--diagram {
    padding-bottom: 5.3vw;
  }

  .section.section--advantage {
    padding-top: 21.3vw;
  }

  .section.section--start {
    padding-top: 21.3vw;
    padding-bottom: 16vw;
  }

  .section.section--footer {
    height: 110vw;
    padding-top: 8vw;
    padding-bottom: 4vw;
  }

  .section.section--benefits {
    margin-top: 0;
    padding-top: 5.3vw;
    padding-bottom: 21.3vw;
  }

  .text-heading-h1 {
    font-size: 10.7vw;
  }

  .text-heading-h1.text-heading-h1--bottom {
    margin-top: -3.5vw;
    margin-bottom: -3vw;
  }

  .text-heading-h1.loader {
    font-size: 14vw;
  }

  .text-heading-h2 {
    font-size: 6.9vw;
  }

  .text-heading-h3 {
    font-size: 5.9vw;
  }

  .text-heading-h4, .text-title-1 {
    font-size: 5.3vw;
  }

  .text-title-2-medium {
    font-size: 4.3vw;
  }

  .text-title-2-regular {
    font-size: 3.7vw;
  }

  .text-subtitle {
    font-size: 4.8vw;
  }

  .text-description-1 {
    font-size: 4.5vw;
  }

  .text-description-2 {
    font-size: 4vw;
  }

  .text-body-1 {
    font-size: 3.7vw;
  }

  .text-body-1.text-body-1--advantages {
    order: -1;
  }

  .text-button-primary {
    font-size: 4.3vw;
  }

  .text-button-secondary {
    font-size: 3.7vw;
  }

  .text-tag {
    font-size: 3.2vw;
  }

  .text-nav-link {
    font-size: 3.7vw;
  }

  .ui-kit__grid {
    grid-template-columns: 1fr;
  }

  .logo {
    width: 16.2vw;
    height: 4.3vw;
  }

  .nav-link {
    width: 34.7vw;
    padding: 2.4vw 3vw;
  }

  .button {
    grid-column-gap: 3.7vw;
    grid-row-gap: 3.7vw;
    padding: 1.5vw 1.5vw 1.5vw 3.7vw;
  }

  .button:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
    padding-top: 1.1vw;
    padding-bottom: 1.1vw;
    padding-right: 1.3vw;
  }

  .button__icon {
    width: 7.7vw;
    height: 7.7vw;
  }

  .button__icon:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 5.6vw;
    height: 5.6vw;
  }

  .tag {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .client__card {
    width: 100%;
    height: 61.3vw;
  }

  .client__card.client__card--centered-y {
    margin-bottom: 0;
    bottom: 4vw;
  }

  .client__card.client__card--centered-y.client__card--pos-1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .client__card.client__card--centered-y.client__card--pos-2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .client__card.client__card--centered-y.client__card--pos-3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .client__card.client__card--centered-y.client__card--pos-4 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .client__card-list {
    grid-row-gap: 4vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .client__card-content {
    padding: 4vw;
    bottom: 2.7vw;
    right: 2.7vw;
  }

  .client__card-background {
    top: 2.7vw;
    left: 2.7vw;
    right: 0;
  }

  .client__card-icon {
    width: 10.7vw;
    height: 10.7vw;
  }

  .client__card-text {
    grid-column-gap: 1.6vw;
    grid-row-gap: 1.6vw;
    height: auto;
  }

  .client__tabs {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .client__tab {
    grid-column-gap: 2.4vw;
    grid-row-gap: 2.4vw;
    padding: 3vw 4vw;
  }

  .client__tab.client__tab--small-pd {
    margin-left: 21.1vw;
    padding: 1.3vw 1.3vw 1.3vw 4vw;
  }

  .client__tab-icon {
    width: 8vw;
    height: 8vw;
  }

  .hero {
    height: 100%;
    padding-top: 13.6vw;
    padding-bottom: 5vw;
    position: relative;
  }

  .hero__action {
    grid-column-gap: 5.3vw;
    grid-row-gap: 5.3vw;
    width: 60%;
  }

  .icon-pair__icon {
    width: 6.4vw;
    height: 6.4vw;
  }

  .icon-pair__icon.icon-pair__icon--emoji.icon-pair__icon--mg-right {
    margin-right: -1.6vw;
  }

  .icon-pair__icon.icon-pair__icon--money.icon-pair__icon--mg-right {
    margin-right: -2vw;
  }

  .accent-heading {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
    width: 90%;
  }

  .accent-heading.accent-heading--courier {
    width: 100%;
  }

  .accent-heading.accent-heading--small {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
  }

  .client__benefits {
    grid-column-gap: 5.3vw;
    grid-row-gap: 5.3vw;
  }

  .client__benefits-icon {
    width: 20vw;
    height: 22.5vw;
    display: none;
  }

  .courier__title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5.3vw;
  }

  .courier__text-icon {
    width: 67.2vw;
    height: 28.3vw;
    margin-top: 5.3vw;
    margin-bottom: 4vw;
  }

  .courier__title-icon {
    width: 16.3vw;
    height: 16.3vw;
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%);
  }

  .courier__screens {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
    flex-flow: column;
  }

  .courier__screen {
    width: 45.3vw;
    height: 92.8vw;
  }

  .courier__list {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
    padding-top: 2.1vw;
  }

  .full-screen-animation {
    display: none;
  }

  .spline.spline-2 {
    transform: scale(1.3);
  }

  .courier__card {
    height: 61.3vw;
    padding-top: 2.7vw;
    padding-bottom: 3.2vw;
    padding-left: 2.7vw;
  }

  .courier-background.hide-mobile {
    display: none;
  }

  .courier-background.show-mobile {
    height: 500vw;
    display: block;
  }

  .numb-icon {
    width: 6.7vw;
    height: 6.7vw;
  }

  .courier__path {
    grid-column-gap: 4.5vw;
    grid-row-gap: 4.5vw;
    padding-left: 2.7vw;
    padding-right: 2.7vw;
    top: 16vw;
  }

  .courier__path-icon {
    width: 10vw;
    height: 10vw;
  }

  .courier__road-icon {
    background-image: none;
    width: 72%;
    height: 6vw;
  }

  .courier__max-icon {
    width: 23vw;
    height: 6.2vw;
    left: 43%;
  }

  .courier__wave-icon {
    width: 122.7vw;
    bottom: 6vw;
    right: -10vw;
  }

  .courier__maskot-icon {
    width: 17vw;
    height: 14vw;
    top: 28%;
  }

  .pay {
    height: 165vw;
  }

  .diagram {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    height: 37.3vw;
    margin-bottom: 2.7vw;
  }

  .diagram__item {
    border-radius: 3px;
  }

  .diagram__item.diagram__item--pos-3 {
    height: 80%;
  }

  .diagram__item.diagram__item--pos-4 {
    height: 40%;
  }

  .diagram__item.diagram__item--pos-6 {
    height: 20%;
  }

  .diagram__item.diagram__item--pos-7, .diagram__item.diagram__item--pos-8, .diagram__item.diagram__item--pos-9 {
    display: none;
  }

  .bonus {
    height: 133.6vw;
  }

  .advantage {
    grid-column-gap: 5.3vw;
    grid-row-gap: 5.3vw;
  }

  .advantages__status {
    flex: 0 auto;
    order: 1;
  }

  .advantages__icon {
    width: 6.4vw;
    height: 6.4vw;
  }

  .advantage__line {
    height: 18vw;
  }

  .advantages__text {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .start__steps {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .start__service {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .start__item {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .start__item.start__item--steps {
    margin-top: 5.3vw;
  }

  .start__item.start__item--service {
    margin-top: 16vw;
  }

  .start__step-item {
    height: 58.7vw;
    padding: 2.7vw;
  }

  .start__step-item.start__step-item--img-1 {
    background-image: url('../images/step-img-mobile-1.svg');
  }

  .start__step-item.start__step-item--img-2 {
    background-image: url('../images/step-img-mobile-2.svg');
    background-size: 103%;
  }

  .start__step-item.start__step-item--img-3 {
    background-image: url('../images/step-img-mobile-3.svg');
    background-size: 103%;
  }

  .start__step-item.start__step-item--img-4 {
    background-image: url('../images/step-img-mobile-4.svg');
    background-size: 103%;
  }

  .start__step-item.start__step-item--img-5 {
    background-image: url('../images/step-img-mobile-5.svg');
    background-size: 103%;
  }

  .start__service-item {
    height: 46vw;
    padding: 2.7vw;
  }

  .start__item-text {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    width: 70%;
  }

  .start__item-icon {
    width: 14.4vw;
    height: 7.7vw;
  }

  .text-body-2 {
    font-size: 3.7vw;
  }

  .text-body-2.text-body-1--advantages {
    order: -1;
  }

  .start__icon-graphik {
    width: 18.9vw;
    height: 18.9vw;
  }

  .start__service-qr {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .start__img-qr {
    width: 12.5vw;
    height: 12vw;
  }

  .client__follow-texts-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    padding-bottom: 0;
  }

  .client__follow-text-wrapper.text-1 {
    margin-top: 7.2vw;
  }

  .client__follow-text-wrapper.text-3 {
    margin-top: 0;
  }

  .client__follow-text-wrapper.text-4 {
    display: block;
  }

  .client__follow-text-wrapper.text-4.mobile-show {
    height: 61.3vw;
    top: 0;
  }

  .client__follow-text-wrapper.text-5 {
    height: 53.3vw;
    display: block;
    top: auto;
  }

  .client__follow-text.client__follow-text--only-desktop {
    display: none;
  }

  .client__follow-text.client__follow-text--only-mobile {
    display: inline-block;
  }

  .clients__maskot.clients__maskot--1 {
    width: 24.8vw;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
  }

  .clients__maskot.clients__maskot--2 {
    width: 25.3vw;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0;
  }

  .clients__maskot.clients__maskot--2.mobile-hide {
    display: none;
  }

  .clients__maskot.clients__maskot--2.mobile-show {
    display: block;
    top: -4.3vw;
  }

  .clients__maskot.clients__maskot--3 {
    width: 24vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .clients__maskot.clients__maskot--3.mobile-hide {
    display: none;
  }

  .clients__maskot.clients__maskot--3.mobile-show {
    display: block;
  }

  .clients__maskot.clients__maskot--4 {
    width: 32vw;
    top: 14.9vw;
    left: 1vw;
  }

  .clients__maskot.clients__maskot--4.mobile-hide {
    display: none;
  }

  .clients__maskot.clients__maskot--5 {
    width: 24vw;
    right: 22.1vw;
  }

  .clients__maskot.clients__maskot--5.mobile-hide {
    display: none;
  }

  .clients__maskot.clients__maskot--5.mobole-show {
    display: block;
    top: 13vw;
  }

  .section__footer-graph {
    background-image: url('../images/footer-graphics-mobile.svg');
    height: 42.7vw;
  }

  .footer__content {
    grid-column-gap: 5.3vw;
    grid-row-gap: 5.3vw;
    flex-flow: column;
    display: flex;
  }

  .footer__contact-cta {
    grid-column-gap: 5.3vw;
    grid-row-gap: 5.3vw;
  }

  .header__menu-wrapper {
    height: 125.3vw;
  }

  .mobile-menu__buttons {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5.3vw;
  }

  .header__menu-background {
    background-image: url('../images/menu-wrapper-background-mobile.svg');
  }

  .preload__shape {
    width: 56.3vw;
  }

  .preload__shape.preloader__shape--pos-2 {
    left: -5%;
  }

  .preload__shape.preloader__shape--pos-3 {
    right: -10%;
  }

  .preload__action {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
  }

  .preload__line-wrapper {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
  }

  .preload__line {
    width: 60vw;
    padding: .8vw;
  }

  .preload__icon {
    width: 9.3vw;
    min-width: 9.3vw;
    height: 9.3vw;
    min-height: 9.3vw;
  }

  .diagram__item-animate {
    border-radius: 3px;
  }

  .diagram__item-animate.diagram__item--pos-3 {
    height: 80%;
  }

  .diagram__item-animate.diagram__item--pos-4 {
    height: 40%;
  }

  .diagram__item-animate.diagram__item--pos-6 {
    height: 20%;
  }

  .diagram__item-animate.diagram__item--pos-7, .diagram__item-animate.diagram__item--pos-8, .diagram__item-animate.diagram__item--pos-9 {
    display: none;
  }

  .button__icon-accent {
    width: 7.7vw;
    height: 7.7vw;
  }

  .button__icon-accent:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 5.6vw;
    height: 5.6vw;
  }

  .button__icon-white {
    width: 7.7vw;
    height: 7.7vw;
  }

  .button__icon-white:where(.w-variant-e23921cf-0373-bfce-2821-4723b0116135) {
    width: 5.6vw;
    height: 5.6vw;
  }

  .pay__maskot.clients__maskot--1 {
    width: 24.8vw;
    top: 26.9vw;
    right: 50%;
    transform: translateX(50%);
  }

  .pay__maskot.clients__maskot--2 {
    width: 25.3vw;
    top: 156vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .pay__maskot.clients__maskot--3 {
    width: 24vw;
    top: 359.2vw;
    right: 50%;
    transform: translateX(50%);
  }

  .pay__maskot.clients__maskot--4 {
    width: 32vw;
    top: 572.3vw;
    left: 1vw;
  }

  .pay__maskot.clients__maskot--5 {
    width: 24vw;
    top: 778.1vw;
    right: 22.1vw;
  }

  .advantage__line-fill {
    height: 18vw;
  }

  .start__icon-graphik-dot {
    width: .9vw;
    height: .9vw;
    top: .037rem;
  }

  .start__numb-graphik {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .start__devide-graphik {
    width: .3vw;
    height: 4vw;
  }

  .header__cantact-wrapper {
    display: none !important;
  }

  .header__bg-wrapper {
    height: 100dvh;
  }

  .client__mobile-screen {
    width: 45.3vw;
    height: 92.8vw;
    position: relative;
  }

  .client__mobile-screen.client__mobile-screen--pos-1 {
    background-image: url('../images/mobile-screen-pos-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .client__mobile-screen.client__mobile-screen--pos-2 {
    background-image: url('../images/mobile-screen-pos-2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .client__mobile-screen.client__mobile-screen--pos-3 {
    background-image: url('../images/mobile-screen-pos-3.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .client__mobile-screen.client__mobile-screen--pos-4 {
    background-image: url('../images/mobile-screen-pos-4.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .client__mobile-screen.client__mobile-screen--pos-5 {
    background-image: url('../images/mobile-screen-pos-5.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .client__mobile {
    z-index: 2;
    grid-column-gap: 5.3vw;
    grid-row-gap: 5.3vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 2.7vw;
    padding-right: 2.7vw;
    display: flex;
    position: relative;
  }

  .client__mobile.client__mobile--pos-1 {
    margin-top: -34vw;
    margin-bottom: 4vw;
  }

  .client__mobile.client__mobile--pos-4 {
    margin-top: -8vw;
  }

  .pay__mobile-content {
    grid-column-gap: 5.3vw;
    grid-row-gap: 5.3vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 5.3vw;
    display: flex;
  }

  .pay__screen-mobile {
    background-image: url('../images/screen-pay-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45.3vw;
    height: 92.8vw;
  }

  .pay__screen-mobile.pay__screen-mobile--var-1 {
    background-image: url('../images/screen-pay-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pay__screen-maskot {
    background-image: url('../images/8.svg');
    background-position: 0 0;
    background-size: cover;
    width: 23.5vw;
    height: 23.5vw;
  }

  .pay__snackbar-icon {
    background-image: url('../images/Snackbar-mobile.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 73.6vw;
    height: 14.9vw;
  }

  .bonus__screen-mobile {
    background-image: url('../images/screen-pay-2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45.3vw;
    height: 92.8vw;
    display: block;
  }

  .spline-mobile {
    width: 100%;
    height: 100%;
    transition: all .4s;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .hero__text.mobile {
    bottom: 5vw;
  }

  .mobile-menu__maskot {
    width: 14.4vw;
    transform: translate(130%, -200%);
  }

  .hero-section-mobile {
    height: 100dvh;
  }

  .div-block-8 {
    background-color: var(--color-green);
    width: 50px;
    height: 50px;
    position: absolute;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ui-kit__typography {
    width: 100%;
  }

  .preload__line-wrapper {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
  }
}

#w-node-a23158e7-c0cc-2470-295f-f1ec89cbb6b2-a11d1a00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c27104-ae62-53bb-e481-8c0e60d56de1-a11d1a00 {
  justify-self: end;
}

#w-node-_2a59f29a-75c0-2814-c807-0b1fc27e57fa-a11d1a00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a59f29a-75c0-2814-c807-0b1fc27e57fe-a11d1a00 {
  justify-self: end;
}

#w-node-_0416b41e-5c10-8a98-0673-b95c08c938e3-a11d1a00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0416b41e-5c10-8a98-0673-b95c08c938e7-a11d1a00 {
  justify-self: end;
}

#w-node-a0a4c47c-3b95-e254-3573-301ad2ef843f-a11d1a00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0a4c47c-3b95-e254-3573-301ad2ef8443-a11d1a00 {
  justify-self: end;
}

#w-node-a23158e7-c0cc-2470-295f-f1ec89cbb6b2-cbbb52f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c27104-ae62-53bb-e481-8c0e60d56de1-cbbb52f3 {
  justify-self: end;
}

#w-node-_2a59f29a-75c0-2814-c807-0b1fc27e57fa-cbbb52f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a59f29a-75c0-2814-c807-0b1fc27e57fe-cbbb52f3 {
  justify-self: end;
}

#w-node-_0416b41e-5c10-8a98-0673-b95c08c938e3-cbbb52f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0416b41e-5c10-8a98-0673-b95c08c938e7-cbbb52f3 {
  justify-self: end;
}

#w-node-a0a4c47c-3b95-e254-3573-301ad2ef843f-cbbb52f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0a4c47c-3b95-e254-3573-301ad2ef8443-cbbb52f3 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a3639332-d04e-1af9-4e11-d492869845d9-a11d1a00 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_79b1ff17-7098-bc63-e459-2a7aee412b1f-a11d1a00 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_088b81ab-25dc-2cdc-d78e-45d805dcd5bb-a11d1a00 {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_55618719-eb21-44a6-d353-b24a37c63151-a11d1a00 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_01ee8d39-b477-aab4-cc1b-25633b33ece1-a11d1a00 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_022f40fe-980b-30f6-c27a-38847bf7bf6b-a11d1a00 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a3639332-d04e-1af9-4e11-d492869845d9-cbbb52f3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_79b1ff17-7098-bc63-e459-2a7aee412b1f-cbbb52f3 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_088b81ab-25dc-2cdc-d78e-45d805dcd5bb-cbbb52f3 {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_55618719-eb21-44a6-d353-b24a37c63151-cbbb52f3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_01ee8d39-b477-aab4-cc1b-25633b33ece1-cbbb52f3 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_022f40fe-980b-30f6-c27a-38847bf7bf6b-cbbb52f3 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a3639332-d04e-1af9-4e11-d492869845d9-a11d1a00, #w-node-_79b1ff17-7098-bc63-e459-2a7aee412b1f-a11d1a00, #w-node-_088b81ab-25dc-2cdc-d78e-45d805dcd5bb-a11d1a00, #w-node-_55618719-eb21-44a6-d353-b24a37c63151-a11d1a00, #w-node-_01ee8d39-b477-aab4-cc1b-25633b33ece1-a11d1a00, #w-node-_022f40fe-980b-30f6-c27a-38847bf7bf6b-a11d1a00, #w-node-a3639332-d04e-1af9-4e11-d492869845d9-cbbb52f3, #w-node-_79b1ff17-7098-bc63-e459-2a7aee412b1f-cbbb52f3, #w-node-_088b81ab-25dc-2cdc-d78e-45d805dcd5bb-cbbb52f3, #w-node-_55618719-eb21-44a6-d353-b24a37c63151-cbbb52f3, #w-node-_01ee8d39-b477-aab4-cc1b-25633b33ece1-cbbb52f3, #w-node-_022f40fe-980b-30f6-c27a-38847bf7bf6b-cbbb52f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}