@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Gilroy-Thin.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Gilroy-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Gilroy-UltraLight.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Gilroy-UltraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Gilroy-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Gilroy-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Gilroy-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Gilroy-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Gilroy-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Gilroy-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 850;
  src: url("../fonts/Gilroy-Black.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 850;
  src: url("../fonts/Gilroy-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Gilroy-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Gilroy-HeavyItalic.woff") format("woff");
}
/* == BASE RULES AND VARIABLES== */
*:focus {
  outline: none;
}

*:invalid {
  box-shadow: none;
}

.overflow-hidden {
  overflow: hidden;
}

html {
  --accent-color: #056BE9;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 360px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  font: normal normal 16px/1.5 Gilroy, sans-serif, sans-serif;
  color: #1A191E;
}

/* == text elements == */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  background: linear-gradient(88deg, #41464F 2.9%, #212427 96.18%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.36;
  font-weight: 600;
}

h1 {
  font-size: 48px;
  letter-spacing: -1%;
  line-height: 1.17;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 1em;
}

h5 {
  font-size: 18px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1em;
}

ul:not([class]) {
  margin: 0 0 0.5em;
  padding: 0;
  list-style-type: none;
  color: #777B86;
}

ul:not([class]):last-child {
  margin: 0;
}

ul:not([class]) li {
  position: relative;
  padding: 0 0 0 1em;
}

ul:not([class]) li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #777B86;
}

ul:not([class]) li {
  margin: 0 0 0.3em;
}

ul:not([class]) li:last-child {
  margin: 0;
}

p {
  margin: 0 0 0.75em;
  color: #777B86;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  transition: all 0.25s ease-out;
  text-decoration: none;
  background-color: transparent;
}

strong {
  font-weight: 500;
}

.mask-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.social-link-text {
  transition: inherit;
  display: inline-block;
}

.social-link-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: inherit;
  font-size: 22px;
  flex: 0 0 auto;
}

.social-link-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid;
  opacity: 0.1;
}

.social-link-decor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #2389FF;
  stroke-width: 1px;
  --length: 122.46px;
  stroke-dasharray: 0 var(--length);
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

/* == media elements == */
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

img,
iframe,
video {
  max-width: 100%;
  user-select: none;
}

a img {
  border: none;
}

/* == form elements == */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

input, textarea {
  outline: none;
}

input {
  width: 100%;
}

[type=search] {
  appearance: textfield;
}
[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

.input-text {
  appearance: none;
  width: 100%;
  background: transparent;
  transition: border-color 0.25s ease-out;
}

.input-file {
  display: none;
  opacity: 0;
  position: absolute;
}

textarea {
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

label {
  user-select: none;
}

button {
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.btn {
  padding: 17px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  appearance: none;
  cursor: pointer;
  max-width: 100%;
  user-select: none;
  line-height: 1;
  min-width: 190px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 100px;
  min-height: 58px;
}

.btn-icon {
  font-size: 22px;
}

.btn-accent {
  background: linear-gradient(109deg, #2389FF 0%, #056BE9 100%);
  color: #fff;
}

.btn-bordered-accent {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}

.btn-white {
  background-color: #fff;
  color: var(--accent-color);
}

/* == table elements == */
table {
  width: 100%;
}

/*~ header ~*/
.header {
  padding: 40px 0;
  font-size: 18px;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
  transition: padding 0.2s linear;
}

.header-scroll {
  background-color: #fff;
  box-shadow: 0px 8px 10px -6px rgba(9, 15, 32, 0.05), 0px 60px 64px -5px rgba(9, 15, 32, 0.05);
  padding: 20px 0;
}

.header > .container {
  display: flex;
  align-items: center;
}

.header-logo {
  flex: 0 0 auto;
  margin: 0 60px 0 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.header-logo img {
  max-height: 40px;
  width: auto;
  height: auto;
}

.header-lang {
  margin: 0 60px 0 0;
  position: relative;
  z-index: 3;
}

.menu-btn {
  display: none;
  flex: 0 0 auto;
  position: relative;
  z-index: 5;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 0 0 20px;
}

.menu-btn:before,
.menu-btn:after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  left: 10%;
  transition: all 0.3s ease;
  border-top: 2px solid;
}

.menu-btn:before {
  height: 40%;
  border-bottom: 2px solid;
  top: 30%;
}

.menu-btn:after {
  top: calc(50% - 1px);
}

.menu-btn-active:before {
  border-width: 2px 0 0 0;
  height: 2px;
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.menu-btn-active:after {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.lang {
  text-transform: uppercase;
}

.lang-output {
  padding: 0 20px 0 0;
  font-weight: 500;
  position: relative;
  line-height: 32px;
}

.lang-open .lang-output {
  color: var(--accent-color);
}

.lang-output::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  -webkit-mask-image: url(/img/svg-icons/angle-down.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
}

.lang-open .lang-output::after {
  transform: translateY(-50%) scale(-1);
}

.lang-list {
  opacity: 0;
  padding: 6px;
  margin: 0;
  list-style-type: none;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(34, 37, 40, 0.08);
  color: #1A191E;
  line-height: 1;
  font-size: 16px;
}

.lang-open .lang-list {
  opacity: 1;
  pointer-events: auto;
}

.lang-list a {
  padding: 8px 16px;
  border-radius: 24px;
  text-transform: uppercase;
  display: block;
}

.lang-list li.active a {
  background-color: rgba(32, 134, 252, 0.1);
  color: inherit;
}

.header-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  font-weight: 500;
}

.header-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.header-link-icon {
  font-size: 1.2em;
  transition: all 0.25s ease;
}

/*~ skeleton ~*/
.container {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.box-small {
  gap: 20px;
}

.box-centered {
  justify-content: center;
}

.buttons-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.section-rounded {
  width: calc(100% - 160px);
  margin: 0 auto;
  min-height: 398px;
  background-color: #F3F4F6;
  border-radius: 64px;
  padding: 80px 0;
}

.section-head {
  text-align: center;
  font-size: 18px;
  max-width: 1080px;
  margin: 0 auto 40px;
}

.section-head h2 {
  margin: 0 0 10px;
  text-wrap: balance;
}

.section-head p {
  opacity: 0.8;
  background: linear-gradient(88deg, #41464F 2.9%, #212427 96.18%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}

.section-footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}

/*~ layout ~*/
.intro-section {
  min-height: 100vh;
  background-color: #F3F4F6;
  padding: var(--h-height) 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

.intro-content {
  max-width: 640px;
  width: 100%;
  flex: 0 0 auto;
}

.intro-text {
  margin: 0 0 40px;
  font-size: 18px;
}

.intro-text h3 {
  font-weight: 500;
  line-height: 1.45;
}

.intro-image {
  margin: 0 -55px 0 0;
  max-width: 775px;
}

.scope-section {
  padding: 100px 0;
}

.scope-section-custom {
  padding: 80px 0 120px;
}

.scope-item {
  text-align: center;
  width: calc((100% - 80px) / 3);
}

.scope-item-bordered {
  border: 1px solid #E0E3E8;
  border-radius: 40px;
  padding: 32px 40px 40px 40px;
}

.scope-item-icon {
  font-size: 64px;
  color: var(--accent-color);
  margin: 0 0 24px;
}

.multicurrency {
  display: flex;
  align-items: center;
  gap: 80px;
}

.multicurrency-items {
  width: 560px;
  flex: 0 0 auto;
}

.multicurrency-item {
  margin: 0 0 20px;
}

.multicurrency-item:last-child {
  margin: 0;
}

.multicurrency-item img {
  max-width: 560px;
  width: 100%;
}

.multicurrency-text h4 {
  margin: 0 0 22px;
}

.multicurrency-text {
  font-size: 18px;
  margin: 0 0 40px;
}

.multicurrency-text:last-child {
  margin: 0;
}

.describe-section {
  padding: 80px 0;
}

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

.describe-content {
  max-width: 640px;
  width: 100%;
  flex: 0 0 auto;
}

.describe-text {
  margin: 0 0 40px;
  font-size: 18px;
}

.describe-text:last-child {
  margin: 0;
}

.describe-image {
  max-width: 760px;
}

.solutions-section {
  padding: 0 0 60px;
}

.solutions-item {
  width: calc(50% - 20px);
  display: flex;
  gap: 20px;
}

.solutions-item:nth-child(4n+3) .solutions-item-image,
.solutions-item:nth-child(4n+4) .solutions-item-image {
  order: 2;
}

.solutions-item-image {
  width: 240px;
  height: 180px;
  flex: 0 0 auto;
  border-radius: 32px;
  overflow: hidden;
  align-self: flex-end;
}

.solutions-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.solutions-item-text {
  border-radius: 32px;
  border: 1px solid #E0E3E8;
  padding: 40px;
}

.geo-section {
  padding: 80px 0 60px;
  width: calc(100% - 160px);
  margin: 0 auto;
}

.geo-map {
  border-radius: 64px;
  overflow: hidden;
  text-align: center;
}

.geo-map img {
  border-radius: inherit;
}

.fintech-section {
  padding: 60px 0 20px;
}

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

.fintech-content {
  max-width: 560px;
  width: 100%;
  flex: 0 0 auto;
}

.fintech-text {
  font-size: 20px;
  margin: 0 0 40px;
}

.fintech-text:last-child {
  margin: 0;
}

.fintech-box {
  gap: 20px;
}

.fintech-box:last-child {
  margin-bottom: 0;
}

.fintech-item {
  width: 380px;
  border-radius: 32px;
  border: 1px solid #E0E3E8;
  padding: 40px;
}

.fintech-item-icon {
  font-size: 32px;
  color: var(--accent-color);
  margin: 0 0 14px;
}

.fintech-swiper {
  padding: 100px 0 0;
}

.fintech-swiper .swiper-wrapper {
  justify-content: space-between;
}

.fintech-slide {
  width: auto;
  height: 90px;
}

.fintech-slide img {
  max-height: 100%;
}

.faq-section {
  padding: 100px 0;
}

.faq-item {
  width: calc(50% - 20px);
  padding: 40px;
  border-radius: 40px;
  background: #F3F4F6;
}

.faq-item > h4 {
  margin: 0 0 0.5em;
}

.accounts-section {
  padding: 100px 0 40px;
}

.accounts-row {
  border-radius: 32px;
  background: #F3F4F6;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.accounts-row:last-child {
  margin: 0;
}

.accounts-head {
  display: flex;
  align-items: center;
  padding: 24px 30px;
  border: 1px solid #E0E3E8;
  border-radius: 40px;
  background-color: #fff;
  margin: 0 0 20px;
}

.accounts-th {
  width: 33.3333333333%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  flex: 1 1 auto;
  border-right: 1px solid #E2E5EA;
}

.accounts-th:last-child {
  border-right-color: transparent;
}

.accounts-td {
  width: 33.3333333333%;
  padding: 24px 30px;
  text-align: center;
  font-weight: 500;
}

.accounts-body {
  margin: 0 0 40px;
}

.accounts-body:last-child {
  margin: 0;
}

.accounts-data {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.accounts-data-image {
  width: 64px;
  height: 64px;
  border: 2px solid #E4E7EC;
  border-radius: 50%;
  text-align: center;
  padding: 4px;
  overflow: hidden;
  flex: 0 0 auto;
}

.accounts-data-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accounts-data-name {
  font-size: 18px;
  font-weight: 600;
}

.accounts-data-details h5 {
  margin: 0 0 0.4em;
}

.accounts-currencies {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.accounts-currency {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.accounts-currency-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #C5CCD8;
}

.accounts-currency-image img {
  height: 20px;
  width: auto;
}

.accounts-currency-text {
  text-transform: uppercase;
}

.accounts-caption {
  text-align: center;
  font-size: 18px;
}

.additional-section {
  padding: 20px 0 120px;
}

.additional-card {
  width: calc((100% - 80px) / 3);
  border-radius: 40px;
  border: 1px solid #E0E3E8;
  padding: 20px 20px 40px;
}

.additional-card-image {
  display: block;
  border-radius: 32px;
  overflow: hidden;
  margin: 0 0 24px;
  height: 260px;
}

.additional-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.additional-card-content {
  text-align: center;
}

.additional-card-text {
  margin: 0 0 24px;
}

.additional-card-buttons {
  justify-content: center;
}

.media-section {
  min-height: 100vh;
  background-color: #F3F4F6;
  padding: var(--h-height) 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.media-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  width: 100%;
  flex: 0 0 auto;
}

.media-text h1,
.media-text h3 {
  color: #fff;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  background: 0;
}

.media-text {
  margin: 0 0 40px;
}

.media-text h3 {
  font-weight: 500;
  line-height: 1.45;
}

.media-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.media-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cards-section {
  padding: 100px 0 40px;
}

.cards-item {
  width: calc((100% - 80px) / 3);
  text-align: center;
}

.cards-item-image {
  height: 266px;
  border-radius: 32px;
  overflow: hidden;
  margin: 0 0 24px;
}

.cards-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cards-item-text h4 {
  margin: 0 0 0.25em;
}

.fintech-payments-section {
  padding: 100px 0 0;
}

.fintech-card {
  width: calc((100% - 80px) / 3);
  padding: 40px 40px 265px;
  border-radius: 40px;
  background: #F3F4F6;
  min-height: 620px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.fintech-card > h4 {
  font-weight: 600;
}

.fintech-card > ul {
  font-size: 18px;
}

.fintech-solutions-section {
  padding: 100px 0;
}

.advantages-box {
  gap: 20px;
}

.advantages-item {
  width: calc((100% - 60px) / 4);
  padding: 40px;
  border-radius: 32px;
  border: 1px solid #E0E3E8;
}

.advantages-item-icon {
  font-size: 32px;
  color: var(--accent-color);
  margin: 0 0 14px;
}

.advantages-item-text h4 {
  margin: 0 0 0.5em;
}

.steps-box {
  counter-reset: step;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 16px;
}

.step {
  width: calc((100% - 120px) / 4);
  max-width: calc((100% - 80px) / 3);
  flex: 1 1 auto;
  text-align: center;
  position: relative;
}

.step::after {
  content: "";
  position: absolute;
  right: -37px;
  top: 20px;
  -webkit-mask-image: url(/img/svg-icons/arrow-right.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  width: 32px;
  height: 32px;
}

.step:last-child:after {
  display: none;
}

.step-text > h4 {
  font-size: 18px;
  font-weight: 600;
}

.fintech-complex-section {
  padding: 100px 0 40px;
}

.complex-box {
  justify-content: center;
  gap: 20px;
}

.complex-item {
  width: calc((100% - 120px) / 4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 32px;
  border: 1px solid #E0E3E8;
}

.complex-item-text {
  max-width: 148px;
  width: 100%;
}

.complex-item-image {
  width: 124px;
  height: 124px;
  text-align: center;
  flex: 0 0 auto;
}

.acquiring-section {
  padding: 100px 0 0;
}

.acquiring-card {
  width: calc((100% - 80px) / 3);
  border-radius: 40px;
  background: #F3F4F6;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.acquiring-card-text {
  margin: 0 0 10px;
}

.acquiring-card-image {
  margin: auto 0 0;
  max-height: 265px;
  text-align: center;
}

.acquiring-card-image img {
  max-height: 100%;
}

.start-section {
  background-image: url(../img/chess.svg), linear-gradient(115deg, #2389FF, #056BE9);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.start-section h2,
.start-section p {
  color: #fff;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  background: 0;
}

/*~ footer ~*/
.footer {
  margin: auto 0 0;
  padding: 60px 0;
  background-color: #212427;
  color: #fff;
  font-size: 18px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 16px;
  margin: 0 0 24px;
}

.footer-column {
  width: calc(50% - 20px);
}

.footer-column:last-child {
  text-align: right;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer-row > a {
    text-decoration: underline;
}

.footer-row > a:hover {
    text-decoration: none;
}

.footer-menu {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 60px;
  margin: 14px 0 42px;
  font-weight: 500;
  line-height: 1;
}

.footer-menu a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 10px;
  background: linear-gradient(currentColor, currentColor) no-repeat center bottom/0 2px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  margin: 0 0 20px;
}

.footer-link {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 24px;
  pointer-events: none;
  opacity: 0.35;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: inline-flex;
}

.footer-link img {
  height: 36px;
}

.footer-text {
  font-size: 15px;
  opacity: 0.8;
}

.footer-text p {
  color: rgba(255, 255, 255, 0.9);
}

.footer-text a {
  text-decoration: underline;
}

/* ~~ MEDIA QUERIES ALWAYS AT THE END ~~ */
@media (hover: hover) {
  .btn-accent:hover {
    background: linear-gradient(109deg, #056BE9 0%, #2389FF 100%);
  }
  .btn-bordered-accent:hover {
    background-color: rgba(5, 107, 233, 0.1);
  }
  .btn-white:hover {
    background-color: var(--accent-color);
    border-color: #fff;
    color: #fff;
  }
  .social-link:hover .social-link-text {
    color: var(--accent-color);
  }
  .social-link:hover .social-link-icon {
    transition-delay: 0.3s;
    color: var(--accent-color);
  }
  .social-link:hover .social-link-decor {
    stroke-linecap: round;
    stroke-dasharray: var(--length) var(--length);
  }
  .lang-list a:hover {
    color: var(--accent-color);
  }
  .header-link:hover .header-link-icon {
    color: var(--accent-color);
    transform: scale(1.2);
  }
  .footer-menu a:hover {
    color: var(--accent-color);
    background-size: 100% 2px;
  }
  .footer-text a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1579px) {
  .intro-image {
    max-width: 745px;
  }
  .intro-image {
    margin: 0 -25px 0 0;
  }
}
@media (max-width: 1479px) {
  .container {
    max-width: 1180px;
  }
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 38px;
  }
  .intro-content {
    max-width: 560px;
  }
  .intro-text h3 {
    font-size: 20px;
  }
  .intro-image {
    margin: 0;
    max-width: 540px;
  }
  .multicurrency {
    gap: 40px;
  }
  .multicurrency-items {
    width: 460px;
  }
  .describe-content {
    max-width: 560px;
  }
  .describe-image {
    max-width: 550px;
  }
  .fintech {
    gap: 20px;
  }
  .fintech-content {
    max-width: 460px;
  }
  .fintech-text {
    font-size: 18px;
  }
  .fintech-item {
    width: 325px;
    padding: 30px;
  }
  .accounts-section {
    padding: 80px 0;
  }
  .accounts-currencies {
    gap: 10px;
  }
  .media-content {
    max-width: 560px;
  }
  .media-text h3 {
    font-size: 20px;
  }
  .cards-section {
    padding: 80px 0 40px;
  }
  .cards-item-image {
    height: 216px;
  }
  .fintech-cards {
    gap: 20px;
  }
  .fintech-card {
    width: calc((100% - 40px) / 3);
  }
  .complex-item {
    width: calc((100% - 40px) / 3);
  }
  .advantages-item {
    padding: 20px;
  }
}
@media (max-width: 1279px) {
  .container {
    max-width: 960px;
  }
  .box {
    gap: 20px;
  }
  .buttons-box {
    gap: 10px;
  }
  .btn {
    padding: 14px 28px;
    min-height: 50px;
    min-width: 1px;
  }
  .section-rounded {
    width: calc(100% - 60px);
    padding: 20px 0 40px;
    border-radius: 40px;
    min-height: 1px;
  }
  .section-head {
    font-size: 17px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 35px;
  }
  h4 {
    font-size: 20px;
  }
  .header {
    font-size: 16px;
  }
  .header-menu {
    gap: 20px 30px;
  }
  .header-menu ul {
    font-size: 14px;
    min-width: 200px;
  }
  .header-logo {
    margin: 0 30px 0 0;
  }
  .header-logo img {
    max-height: 25px;
  }
  .lang-list {
    font-size: 14px;
    border-radius: 18px;
  }
  .lang-list a {
    padding: 6px 14px;
  }
  .header-lang {
    margin: 0 40px 0 0;
  }
  .header-links {
    gap: 20px 30px;
  }
  .intro-content {
    max-width: 455px;
  }
  .intro-text {
    font-size: 17px;
  }
  .intro-text h3 {
    font-size: 18px;
  }
  .scope-box {
    gap: 40px 20px;
  }
  .scope-section {
    padding: 80px 0;
  }
  .scope-section-inner {
    padding: 50px 0;
  }
  .scope-item {
    width: calc((100% - 40px) / 3);
  }
  .scope-item-bordered {
    padding: 20px;
  }
  .multicurrency {
    display: block;
  }
  .multicurrency-items {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 0 0 30px;
  }
  .multicurrency-item {
    margin: 0;
  }
  .multicurrency-text {
    font-size: 17px;
  }
  .describe-content {
    max-width: 460px;
  }
  .describe-image {
    max-width: 435px;
  }
  .describe-text {
    font-size: 17px;
  }
  .solutions-box {
    gap: 40px;
  }
  .solutions-item {
    flex-direction: column;
    gap: 0;
  }
  .solutions-item-image {
    align-self: flex-start;
    position: relative;
  }
  .solutions-item-text {
    margin: -30px 0 0 auto;
    background-color: #fff;
    width: calc(100% - 40px);
  }
  .solutions-item:nth-child(4n+3) .solutions-item-image,
  .solutions-item:nth-child(4n+4) .solutions-item-image {
    order: 0;
    align-self: flex-end;
  }
  .solutions-item:nth-child(4n+3) .solutions-item-text,
  .solutions-item:nth-child(4n+4) .solutions-item-text {
    margin: -30px auto 0 0;
  }
  .geo-section {
    width: calc(100% - 60px);
  }
  .fintech {
    flex-direction: column;
    gap: 40px;
  }
  .fintech-item {
    width: calc(50% - 10px);
  }
  .fintech-content {
    order: 2;
    max-width: 100%;
    text-align: center;
  }
  .fintech-buttons {
    justify-content: center;
  }
  .faq-section {
    padding: 80px 0 100px;
  }
  .faq-item {
    width: calc(50% - 10px);
  }
  .accounts-th {
    font-size: 18px;
  }
  .media-content {
    max-width: 455px;
  }
  .media-text h3 {
    font-size: 18px;
  }
  .cards-item-image {
    height: 172px;
  }
  .fintech-payments-section {
    padding: 80px 0 0;
  }
  .fintech-card {
    padding: 20px 20px 200px;
    border-radius: 32px;
    min-height: 535px;
  }
  .fintech-card > ul {
    font-size: 17px;
  }
  .fintech-solutions-section {
    padding: 80px 0;
  }
  .advantages-item {
    width: calc((100% - 40px) / 3);
    flex: 1 1 auto;
  }
  .fintech-complex-section {
    padding: 80px 0 0;
  }
  .acquiring-section {
    padding: 80px 0 0;
  }
  .acquiring-card {
    padding: 20px;
    width: calc((100% - 40px) / 3);
  }
  .step-text > h4 {
    font-size: 17px;
  }
  .footer {
    padding: 40px 0;
    font-size: 16px;
  }
  .footer-menu {
    gap: 20px 35px;
  }
  .footer-link img {
    height: 28px;
  }
  .footer-text {
    font-size: 14px;
  }
  .footer-text a {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
  .section-rounded {
    width: calc(100% - 30px);
  }
  h4 {
    font-size: 18px;
  }
  .header {
    background-color: #fff;
    box-shadow: 0px 8px 10px -6px rgba(9, 15, 32, 0.05), 0px 60px 64px -5px rgba(9, 15, 32, 0.05);
    padding: 20px 0;
  }
  .header::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid #E0E3E8;
    z-index: 2;
  }
  .header-logo {
    margin: 0 auto 0 0;
  }
  .header-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: calc(var(--h-height) + 30px) 15px;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
  }
  .header-menu-wrapper-open {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu {
    background-color: #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 24px;
    padding: 0;
  }
  .header-menu-open {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu > li {
    border-bottom: 1px solid #E0E3E8;
  }
  .header-menu ul > li.active a {
    padding: 6px 0 6px 15px;
  }
  .header-menu ul > li.active::before {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    background-color: var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    flex: 0 0 auto;
  }
  .header-menu ul {
    padding: 10px 0 20px;
    font-size: 0.8em;
    font-weight: 400;
    color: #1A191E;
  }
  .header-menu ul li {
    padding: 0;
    margin: 0;
  }
  .header-menu ul a {
    padding: 8px 0;
    display: block;
  }
  .header-menu ul li::before {
    display: none;
  }
  .header-menu > li:first-child {
    margin-top: auto;
  }
  .header-menu > li:last-child {
    margin-bottom: auto;
  }
  .menu-btn {
    display: block;
  }
  .header-links {
    flex-direction: column;
  }
  .header-lang {
    margin: 0;
    font-size: 18px;
  }
  .intro {
    padding: 40px 0 0;
    flex-wrap: wrap;
  }
  .intro-image {
    order: -1;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
  .intro-content {
    max-width: 100%;
  }
  .scope-section {
    padding: 60px 0;
  }
  .scope-section-inner {
    padding: 40px 0;
  }
  .describe {
    flex-wrap: wrap;
    gap: 30px;
  }
  .describe-image {
    order: -1;
    margin: 0 auto;
    width: 100%;
  }
  .describe-content {
    max-width: 100%;
  }
  .solutions-item-text {
    padding: 40px 20px;
  }
  .geo-section {
    padding: 30px 0 60px;
    width: calc(100% - 30px);
  }
  .geo-map {
    border-radius: 48px;
  }
  .fintech-section {
    padding: 60px 0 30px;
  }
  .fintech-text {
    font-size: 17px;
  }
  .fintech-swiper {
    margin: 0 -15px;
    padding: 60px 15px 0;
  }
  .accounts-section {
    padding: 60px 0 40px;
  }
  .accounts-head {
    display: none;
  }
  .accounts-row {
    flex-wrap: wrap;
  }
  .accounts-td {
    width: 50%;
    flex: 1 1 auto;
  }
  .accounts-caption {
    font-size: 17px;
  }
  .additional-card {
    width: calc((100% - 20px) / 2);
  }
  .media-section {
    min-height: 1px;
    padding: calc(var(--h-height) + 40px) 0 60px;
  }
  .cards-section {
    padding: 60px 0 0;
  }
  .cards-item {
    width: calc(50% - 10px);
  }
  .cards-item-image {
    height: auto;
    aspect-ratio: 360/218;
  }
  .fintech-payments-section {
    padding: 60px 0 0;
  }
  .fintech-card {
    width: calc(50% - 10px);
  }
  .fintech-solutions-section {
    padding: 60px 0;
  }
  .steps-box {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .step {
    max-width: 100%;
    width: 100%;
  }
  .step::after {
    top: calc(100% + 16px);
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .fintech-complex-section {
    padding: 60px 0 0;
  }
  .complex-item {
    width: calc(50% - 10px);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .complex-item-image {
    order: -1;
  }
  .complex-item-text {
    max-width: 100%;
  }
  .acquiring-section {
    padding: 60px 0 0;
  }
  .acquiring-card {
    width: calc(50% - 10px);
    border-radius: 32px;
  }
  .footer-column {
    display: flex;
    flex-direction: column;
  }
  .social.footer-social {
    margin-top: auto;
  }
  .footer-column .footer-text {
    margin: 0;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 32px;
  }
  .header-links {
    gap: 24px;
  }
  .lang-list {
    font-size: 16px;
  }
  .scope-section {
    padding: 60px 0;
  }
  .scope-section-inner {
    padding: 0;
  }
  .scope-box {
    gap: 20px;
  }
  .scope-item {
    width: calc(50% - 20px);
    flex: 1 1 auto;
  }
  .scope-item-icon {
    font-size: 56px;
    margin: 0 0 10px;
  }
  .multicurrency-items {
    display: block;
  }
  .multicurrency-item {
    margin: 0 0 20px;
  }
  .solutions-section {
    padding: 0 0 40px 0;
  }
  .solutions-box {
    gap: 40px 20px;
  }
  .solutions-item {
    width: calc(50% - 10px);
  }
  .solutions-item-text {
    width: 100%;
    flex: 1 1 auto;
  }
  .solutions-item-image {
    width: 100%;
  }
  .solutions-item:nth-child(4n+3) .solutions-item-image,
  .solutions-item:nth-child(4n+4) .solutions-item-image {
    align-self: flex-start;
  }
  .geo-section {
    padding: 30px 0;
  }
  .fintech-section {
    padding: 40px 0 30px;
  }
  .faq-section {
    padding: 40px 0 100px;
  }
  .faq-item {
    width: 100%;
  }
  .accounts-section {
    padding: 60px 0 0;
  }
  .accounts-td {
    width: 100%;
    padding: 0;
  }
  .accounts-row {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .accounts-data {
    justify-content: center;
  }
  .additional-section {
    padding: 0 0 100px;
  }
  .additional-card-image {
    height: 160px;
    border-radius: 24px;
  }
  .additional-card {
    border-radius: 32px;
  }
  .advantages-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .section-rounded {
    width: 100%;
    padding: 15px 0 30px;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .buttons-box {
    flex: 1 1 auto;
  }
  .btn {
    width: 100%;
    font-size: 16px;
  }
  .section-head {
    font-size: inherit;
  }
  .header {
    padding: 15px 0;
  }
  .header-lang {
    font-size: 16px;
  }
  .lang-output {
    padding: 0 15px 0 0;
  }
  .intro-section {
    background-position: center;
  }
  .intro {
    gap: 30px;
  }
  .intro-text {
    margin: 0 0 30px;
    font-size: 16px;
  }
  .intro-text h3 {
    font-size: 17px;
  }
  .scope-section {
    padding: 60px 0;
  }
  .scope-section-inner {
    padding: 0 0 10px;
  }
  .scope-box {
    gap: 30px 20px;
  }
  .scope-item {
    width: 100%;
  }
  .multicurrency-text {
    font-size: inherit;
  }
  .describe-section {
    padding: 60px 0 70px;
  }
  .describe-text {
    font-size: inherit;
  }
  .solutions-section {
    padding: 0 0 30px 0;
  }
  .solutions-box {
    gap: 30px 20px;
  }
  .solutions-item {
    width: 100%;
  }
  .geo-map {
    margin: 0 -15px;
    border-radius: 0;
    overflow-x: auto;
  }
  .geo-map img {
    max-width: 200vw;
    object-fit: cover;
    object-position: center;
  }
  .fintech {
    gap: 30px;
  }
  .fintech-item {
    width: 100%;
    padding: 20px;
  }
  .fintech-text {
    font-size: inherit;
  }
  .faq-section {
    padding: 40px 0 80px;
  }
  .faq-item {
    padding: 20px;
    border-radius: 32px;
  }
  .accounts-section {
    padding: 60px 0 20px;
  }
  .accounts-data {
    justify-content: flex-start;
  }
  .accounts-currencies {
    justify-content: space-between;
  }
  .accounts-caption {
    font-size: inherit;
  }
  .additional-section {
    padding: 0 0 80px;
  }
  .additional-card {
    width: 100%;
  }
  .additional-card-image {
    height: 190px;
  }
  .media-text {
    margin: 0 0 30px;
  }
  .media-text h3 {
    font-size: 17px;
  }
  .cards-box {
    gap: 40px 20px;
    justify-content: center;
  }
  .cards-item {
    width: 100%;
    max-width: 380px;
  }
  .fintech-card {
    width: 100%;
    min-height: 1px;
  }
  .fintech-card > ul {
    font-size: inherit;
  }
  .fintech-card > h4 {
    font-size: 20px;
  }
  .advantages-item {
    width: 100%;
  }
  .complex-box {
    gap: 10px;
  }
  .complex-item {
    padding: 10px 16px;
    width: calc(50% - 5px);
  }
  .complex-item-image {
    width: 100px;
    height: 100px;
  }
  .complex-item-text h5 {
    font-size: 16px;
  }
  .acquiring-card {
    width: 100%;
  }
  .acquiring-card-text h4 {
    font-size: 20px;
  }
  .start-section .section-head br {
    display: none;
  }
  .footer-top {
    gap: 20px;
    padding: 0 0 24px;
    flex-wrap: wrap;
  }
  .footer-column {
    width: 100%;
  }
  .footer-menu {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-links {
    gap: 10px;
    margin: 0;
  }
  .footer-link {
    width: calc(50% - 5px);
  }
}
@media (min-width: 1024px) {
  .header-light:not(.header-scroll) {
    color: #fff;
  }
  .header-menu-wrapper {
    display: contents;
  }
  .header-links {
    order: 2;
  }
  .header-menu {
    margin: 0 auto 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 20px 40px;
    font-weight: 500;
  }
  .header-menu > li {
    position: relative;
  }
  .header-menu > li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 11px;
    left: 0;
    top: 100%;
  }
  .header-menu > li:hover ul {
    display: block;
  }
  .header-menu > li > a {
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
  }
  .header-menu > li:hover > a {
    color: var(--accent-color);
  }
  .header-menu > li > a:not(:only-child) {
    padding: 0 25px 0 0;
  }
  .header-menu > li > a:not(:only-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    -webkit-mask-image: url(/img/svg-icons/angle-down.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: currentColor;
  }
  .header-menu > li:hover > a:not(:only-child)::after {
    transform: translateY(-50%) scale(-1);
  }
  .header-menu ul {
    font-weight: 400;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    margin: 0;
    padding: 6px;
    list-style-type: none;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(34, 37, 40, 0.08);
    color: #1A191E;
    white-space: nowrap;
    font-size: 16px;
    display: none;
    min-width: 260px;
  }
  .header-menu ul li {
    margin: 0;
    padding: 0;
  }
  .header-menu ul li::before {
    display: none;
  }
  .header-menu ul a:hover {
    background: rgba(32, 134, 252, 0.1);
  }
  .header-menu ul a {
    border-radius: 24px;
    padding: 8px 16px;
    display: block;
  }
}