/*
Theme Name: Trulioo
Author: Infuse
Description: A blank WordPress theme
Version: 1.0
*/

/*=============================================
=            Normalize            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
}

hr {
  margin: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  transition: all 0.5s;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

mark {
  background: unset;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  transition: all var(--hover-transition);
}

button {
  overflow: visible;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
ol {
  margin-bottom: 25px;
  margin-left: 20px;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.6rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.6rem 1.6rem;
}

/* primary */

#primary {
  overflow: hidden;
}

/* container */

.container {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 700px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* body */

body {
  margin: 0;
}

body,
body p {
  font-weight: 400;
  line-height: 120%;
  color: var(--green-dark-green);
  font-family: var(--font-family);
}

@media screen and (min-width: 701px) {
  body,
  body p {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  body,
  body p {
    font-size: 18px;
  }
}

body strong {
  font-weight: 500;
}

/* h1 */

h1,
.h1 {
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 701px) {
  h1,
  .h1 {
    font-size: 64px;
  }
}

@media screen and (max-width: 700px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}

/* h2 */

h2,
.h2 {
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 701px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 700px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

/* h3 */
h3,
.h3 {
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}

@media screen and (min-width: 701px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  h3,
  .h3 {
    font-size: 18px;
    line-height: 111%;
  }
}

/* second title */

.second-title {
  font-weight: 500;
  line-height: 100%;
}

@media screen and (min-width: 701px) {
  .second-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .second-title {
    font-size: 20px;
  }
}

/* main button */

.btn {
  padding: 15px 30px;
  background: var(--green-light-green);
  border-radius: 400px;
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 135%;
  text-align: center;
  color: var(--green-dark-green);
  display: flex;
  align-items: center;
  max-width: fit-content;
  min-width: fit-content;
  max-height: fit-content;
  transition: all 0.3s;
}

.btn:hover {
  background: var(--green-light-green-500);
  color: var(--green-mid-green);
}

@media screen and (min-width: 701px) {
  .btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .btn {
    font-size: 18px;
  }
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("fonts/FoundersGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("fonts/FoundersGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Tobias";
  src: url("fonts/Tobias-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* video block */

.video-block {
  display: flex;
  flex-direction: column;
  background: var(--green-light-green);
  gap: 21px;
}

.video {
  position: relative;
  z-index: 2;
}

.video video {
  display: flex;
  width: 100%;
  object-fit: cover;
}

.video svg,
.video svg * {
  transition: all 0.3s;
}

.video svg {
  position: absolute;
  content: "";
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 1;
}

.video svg:hover circle {
  fill: var(--green-light-green-500);
}

.video svg:hover ellipse {
  fill: var(--green-mid-green);
}

.video svg.is-playing {
  pointer-events: none;
  opacity: 0;
}
.video-quote,
.video-author-quote {
  z-index: 1;
  position: relative;
}

.video-quote,
.video-quote p{
  font-weight: 500;
}

.video-author-quote p em {
  font-style: normal;
}

@media screen and (min-width: 1601px) {
  .video-block {
    padding: 65px;
  }

  .video video {
    max-height: 289px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .video-block {
    padding: 45px 47px 40px 47px;
  }

  .video video {
    max-height: 270px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .video-block {
    padding: 31px;
  }

  .video video {
    max-height: 282px;
  }
}

@media screen and (min-width: 701px) {
  .video-author-quote p em {
    font-size: 16px;
  }

  .video svg {
    width: 82px;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .video-block {
    padding: 50px 20px 40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .video-author-quote p em {
    font-size: 14px;
  }

  .video video {
    max-height: 173px;
  }

  .video svg {
    width: 51px;
    height: auto;
  }
}

/* header */

.desktop-menu__logo {
  max-width: 88px;
}

.header-block {
  position: fixed;
  width: 100%;
  background-color: var(--green-mid-green);
  padding-top: 18px;
  padding-bottom: 18px;
  box-sizing: border-box;
  z-index: 10;
}

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

.header-block__wrapper .header-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-block__wrapper .header-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-family: var(--font-family);
  color: var(--neutral-white);
  position: relative;
  text-decoration: none;
  transition: color 0.3s, font-weight 0.3s;
}

.header-block__wrapper .header-menu li a:hover {
  color: var(--green-light-green-750);
}

.header-block__wrapper .header-menu li a {
  position: relative;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.header-block__wrapper .header-menu li a.mPS2id-highlight {
  color: var(--green-light-green);
  position: relative;
}

.header-block__wrapper .header-menu li a.mPS2id-highlight::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--green-light-green);
}

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu {
  display: none;
}

@media screen and (min-width: 1201px) {
  .header-block__wrapper .header-menu {
    gap: 20px;
  }
}

@media screen and (min-width: 761px) and (max-width: 1200px) {
  .header-block__wrapper .header-menu {
    gap: 15px;
  }
}

@media (max-width: 760px) {
  .burger {
    display: flex;
  }

  .header-menu {
    display: none !important;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: right 0.3s ease;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--green-light-green);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu.active {
    right: 0;
  }

  .close-mobile-menu {
    background: none;
    border: none;
    cursor: pointer;
  }

  .mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
  }

  .mobile-menu__list li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    text-decoration: none;
  }

  .mobile-menu__list li a.mPS2id-highlight {
    font-weight: 500;
    position: relative;
  }

  .mobile-menu__list li a.mPS2id-highlight::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: var(--green-dark-green);
  }

  .mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }

  .mobile-menu__logo {
    max-width: 88px;
  }

  .mobile-menu__nav {
    margin-top: 43px;
    margin-bottom: 43px;
  }
}

.body-lock {
  overflow: hidden;
}

/* first screen (hero) */

#lottie-plane{
	height:100%;
}

#lottie-plane svg{
	height:100%;
}

.hero {
  background-color: var(--green-mid-green);
  overflow: hidden;
}

.hero-block__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.hero-block__title {
  color: var(--green-light-green);
  max-width: 607px;
  font-family: var(--second-family);
}

.hero-block__description {
  font-family: var(--font-family);
  color: var(--neutral-white);
  max-width: 411px;
  margin-top: 16px;
}

@media screen and (min-width: 1201px) {
  .hero-block__wrapper {
    padding-top: 158px;
    padding-bottom: 158px;
  }

  .hero-block__image {
    position: absolute;
    right: 0;
	  height:100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1200px) {
  .hero-block__wrapper {
    flex-direction: column;
  }

  .hero-block__image {
    position: relative;
    margin-left: -60%;
    margin-right: 10%;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .hero-block__wrapper {
    padding-top: 122px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 768px) {
  .hero-block__title {
    max-width: 580px;
  }

  .hero-block__description {
    max-width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .hero-block__wrapper {
    padding-top: 90px;
    padding-bottom: 58px;
  }
}

/* identity platform */

.identity-platform {
  background: var(--green-mid-green);
}

.identity-platform__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.identity-platform__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.identity-platform__title {
  font-family: var(--second-family);
  color: var(--green-light-green);
}

.identity-platform__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.identity-platform__content p {
  color: var(--neutral-white);
}

@media screen and (min-width: 1601px) {
  .identity-platform__column--right {
    max-width: 629px;
    margin-bottom: 23px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .identity-platform__column--right {
    max-width: 527px;
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 1400px) {
  .identity-platform__column--right {
    margin-right: 65px;
  }
}

@media screen and (min-width: 1201px) {
  .identity-platform__column--left {
    gap: 76px;
    flex-basis: 524px;
  }

  .identity-platform__column--right {
    margin-top: auto;
    gap: 46px;
  }

  .identity-platform__title {
    text-wrap-style: balance;
  }

  .identity-platform {
    padding-top: 92px;
    padding-bottom: 82px;
  }

  .identity-platform__image {
    max-width: 421px;
  }
}

@media screen and (max-width: 1200px) {
  .identity-platform__container {
    flex-direction: column;
  }

  .identity-platform__column--left {
    flex-basis: unset;
  }

  .identity-platform__image {
    max-width: 498px;
    margin-left: auto;
  }

  .identity-platform__column--right {
    gap: 36px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .identity-platform {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .identity-platform__column--left {
    gap: 42px;
  }
}

@media screen and (max-width: 700px) {
  .identity-platform {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .identity-platform__column--left,
  .identity-platform__container {
    gap: 37px;
  }
}

/* look future */

.look-future__container {
  display: flex;
  flex-direction: column;
}

.look-future__content {
  display: flex;
  justify-content: space-between;
}

.look-future__column {
  display: flex;
  flex-direction: column;
}

.look-future__column--left {
  display: flex;
}

.look-future__title {
  font-family: var(--second-family);
}

.look-future__column-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.look-future__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.look-future__list-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}

.look-future__list-item {
  display: flex;
  align-items: center;
}

.look-future__list-icon {
  max-width: 40px;
  min-width: 40px;
}

.look-future__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 93px;
  background: var(--green-dark-green);
  padding: 45px;
  margin-top: 65px;
}

.look-future__banner-text p {
  line-height: 100%;
  color: var(--neutral-white);
}

.look-future__banner-text p a {
  color: var(--neutral-white);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-color: var(--neutral-white);
  transition: all 0.3s;
}

.look-future__banner-text p a:hover {
  text-decoration-color: transparent;
}

@media screen and (min-width: 1601px) {
  .look-future__banner-btn {
    margin-right: 82px;
  }

  .look-future {
    padding-top: 63px;
    padding-bottom: 47px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .look-future {
    padding-top: 63px;
    padding-bottom: 63px;
  }
}

@media screen and (min-width: 1201px) {
  .look-future__column {
    max-width: calc(50% - 30px);
  }

  .look-future__content {
    gap: 60px;
  }

  .look-future__column--right {
    gap: 76px;
  }
}

@media screen and (max-width: 1200px) {
  .look-future__content {
    flex-direction: column;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .look-future__banner {
    gap: 20px;
    padding: 40px 30px;
  }

  .look-future {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .look-future__column--right,
  .look-future__content {
    gap: 50px;
  }
}

@media screen and (min-width: 701px) {
  .look-future__list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 126px;
    row-gap: 36px;
  }

  .look-future__list-item {
    gap: 37px;
  }

  .look-future__banner-text p {
    font-size: 24px;
    max-width: 953px;
  }

  .look-future__title {
    margin-bottom: 28px;
  }

  .look-future__column--left {
    gap: 28px;
  }
}

@media screen and (max-width: 700px) {
  .look-future__list-items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .look-future__list-text p br {
    display: none;
  }

  .look-future__banner {
    gap: 30px;
    flex-direction: column;
    align-items: unset;
    padding: 46px 20px 50px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .look-future {
    padding-top: 52px;
  }

  .look-future__banner-text p {
    font-size: 20px;
  }

  .look-future__title {
    margin-bottom: 20px;
  }

  .look-future__column--left {
    gap: 46px;
  }

  .look-future__column--right {
    gap: 31px;
  }

  .look-future__content {
    gap: 44px;
  }

  .look-future__list-item {
    gap: 26px;
  }
}

/* payments organizations */

.payments-organizations__wrapper {
  display: flex;
  justify-content: space-between;
}

.payments-organizations__column {
  display: flex;
  flex-direction: column;
}

.payments-organizations__head {
  display: flex;
  flex-direction: column;
}

.payments-organizations__title {
	font-family: var(--second-family) !important;
}

.payments-organizations__desc {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.payments-organizations__left-column {
  gap: 50px;
}

.payments-organizations__banner {
  display: flex;
  flex-direction: column;
  background: var(--green-mid-green);
}

.payments-organizations__banner-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.payments-organizations__banner-icon img {
  display: block;
}

.payments-organizations__banner-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.payments-organizations__banner-title {
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 100%;
  color: var(--green-light-green);
}

.payments-organizations__banner-item p {
  color: var(--neutral-white);
  padding-left: 25px;
  position: relative;
}

.payments-organizations__banner-item p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 7px;
  height: 12px;
  background: center / cover no-repeat
    url("/wp-content/uploads/2025/06/marker.svg");
}

.payments-organizations__right-column {
  gap: 40px;
}

.payments-organizations__second-desc {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media screen and (min-width: 1601px) {
  .payments-organizations__banner {
    padding: 77px 65px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .payments-organizations__banner {
    padding: 50px 47px 60px;
  }
}

@media screen and (min-width: 1201px) {
  .payments-organizations__column {
    max-width: calc(50% - 30px);
  }

  .payments-organizations__wrapper {
    gap: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .payments-organizations__wrapper {
    flex-direction: column;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .payments-organizations__wrapper {
    gap: 50px;
  }

  .payments-organizations__banner {
    padding: 50px 47px 60px;
  }
}

@media screen and (min-width: 701px) {
  .payments-organizations {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .payments-organizations__banner-title {
    font-size: 24px;
  }

  .payments-organizations__banner {
    gap: 35px;
  }

  .payments-organizations__banner-icon img {
    min-width: 58px;
  }

  .payments-organizations__head {
    gap: 28px;
  }
}

@media screen and (max-width: 700px) {
  .payments-organizations {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .payments-organizations__banner-title {
    font-size: 22px;
  }

  .payments-organizations__banner {
    padding: 50px 22px 45px;
    margin-left: -22px;
    margin-right: -22px;
  }

  .payments-organizations__banner {
    gap: 26px;
  }

  .payments-organizations__banner-icon img {
    min-width: 51px;
    max-width: 51px;
  }

  .payments-organizations__head {
    gap: 20px;
  }
}

/* payment security */

.payment-security {
  background: var(--neutral-gray-1);
}

.payment-security__container {
  display: flex;
  flex-direction: column;
}

.payment-security__title {
  font-family: var(--second-family);
  margin-bottom: 28px;
}

.payment-security__content {
  display: flex;
  justify-content: space-between;
}

.payment-security__column {
  display: flex;
  flex-direction: column;
}

.payment-security__desc {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.payment-security__column--left {
  gap: 28px;
}

.payment-security__column--right .payment-security__column-head {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.payment-security__column-head p a {
	color: var(--green-dark-green);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    text-decoration-color: var(--green-dark-green);
    transition: all 0.3s;
}

.payment-security__column-head p a:hover {
    text-decoration-color: transparent;
}

.payment-security__list {
  display: flex;
  flex-direction: column;
}

.payment-security__list-items {
  display: flex;
  flex-direction: column;
}

.payment-security__list-item {
  position: relative;
}

.payment-security__list-item:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@keyframes scale {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

.payment-security__list-text {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 1601px) {
  .payment-security__list {
    gap: 28px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .payment-security__list {
    gap: 30px;
  }
}

@media screen and (min-width: 1201px) {
  .payment-security__content {
    gap: 60px;
  }

  .payment-security__column {
    max-width: calc(50% - 30px);
  }

  .payment-security__column--right {
    gap: 64px;
  }
}

@media screen and (max-width: 1200px) {
  .payment-security__content {
    flex-direction: column;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .payment-security__content,
  .payment-security__column--right {
    gap: 50px;
  }

  .payment-security__list {
    gap: 40px;
  }
}

@media screen and (min-width: 701px) {
  .payment-security {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 700px) {
  .payment-security {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .payment-security__content,
  .payment-security__column--right {
    gap: 46px;
  }

  .payment-security__list {
    gap: 18px;
  }
}

/* payments landscape */

.payments-landscape__image {
  position: relative;
  padding-top: 22px;
}

.mobile-image {
  display: none;
}

.payments-landscape__description p a {
  color: var(--green-dark-green);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-decoration-color: var(--green-dark-green);
  transition: all 0.3s;
}

.payments-landscape__description p a:hover {
  text-decoration-color: transparent;
}

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

.legend-img {
  position: absolute;
  top: 13px;

  z-index: 2;
  max-width: 194px;
}

.legend-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1601px) {
  .legend-img {
    right: -90px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .legend-img {
    right: -80px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .legend-img {
    right: 0;
  }
}

.payments-landscape {
  padding-top: 64px;
  padding-bottom: 69px;
}

.payments-landscape__wrapper {
  display: flex;
  gap: 60px;
}

.payments-landscape__title {
  color: var(--green-dark-green);
  font-family: var(--second-family);
}

.payments-landscape__description {
  color: var(--green-dark-green);
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 28px;
}

.payments-landscape__notice {
  display: flex;
  align-items: center;
  gap: 7px;
}

.payments-landscape__notice p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--neutral-gray-4);
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .payments-landscape {
    padding-bottom: 64px;
  }

  .payments-landscape__wrapper {
    gap: 50px;
  }

  .payments-landscape__info {
    max-width: unset;
  }

  .payments-landscape__image {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1200px) {
  .payments-landscape__wrapper {
    flex-direction: column;
  }

  .payments-landscape__description {
    margin-top: 20px;
  }
}

.payments-landscape__graphics {
  position: relative;
}

.payments-landscape__graphics-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--green-dark-green);
  margin-bottom: 12px;
  margin-top: 13px;
}

@media screen and (min-width: 1201px) {
  .payments-landscape__column {
    max-width: calc(50% - 30px);
  }
}

@media screen and (min-width: 701px) {
  .payments-landscape__notice {
    margin-top: 38px;
  }
}

@media screen and (max-width: 700px) {
  .mobile-image {
    display: block;
  }

  .main-img {
    display: none;
  }

  .payments-landscape {
    padding-top: 58px;
    padding-bottom: 60px;
  }

  .legend-img {
    position: unset;
    margin-top: 16px;
  }

  .legend-img img {
    width: 100%;
  }

  .payments-landscape__image {
    display: block;
  }

  .payments-landscape__description {
    gap: 24px;
  }

  .payments-landscape__wrapper {
    gap: 37px;
  }

  .payments-landscape__graphics-title {
    font-size: 20px;
  }

  .payments-landscape__notice {
    margin-top: 20px;
  }
}

/* payments market */

.payments-market {
  background: var(--neutral-gray-1);
}

.payments-market__container {
  display: flex;
  justify-content: space-between;
}

.payments-market__column {
  display: flex;
  flex-direction: column;
}

.payments-market__head {
  display: flex;
  flex-direction: column;
}

.payments-market__title {
  font-family: var(--second-family);
}

.payments-market__image img {
  display: block;
  height: auto;
}

.payments-market__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.payments-market__list-items {
  display: flex;
  align-items: center;
  gap: 31px;
  position: relative;
}

.payments-market__list
  .payments-market__list-items:last-child
  .payments-market__list-border {
  display: none;
}

.payment-security__list-items
  .payment-security__list-item:last-child
  .payments-market__list-border {
  display: none;
}

.payments-market__list-items:not(:last-child) {
  padding-bottom: 31px;
  margin-bottom: 31px;
}

.payments-market__list-border {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--neutral-gray-4);
  transform-origin: left;
}

.payments-market__list-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payments-market__list-title {
  font-weight: 500;
  font-size: 18px;
}

.payments-market__list-desc p {
  font-size: 18px;
}

@media screen and (min-width: 1601px) {
  .payments-market__image img {
    margin-right: 143px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .payments-market__image img {
    margin-right: 90px;
  }
}

@media screen and (min-width: 1201px) {
  .payments-market__column {
    max-width: calc(50% - 30px);
  }

  .payments-market__head {
    gap: 28px;
  }

  .payments-market__column--left {
    gap: 47px;
  }

  .payments-market__column--right {
    gap: 57px;
    margin-top: 13px;
  }

  .payments-market {
    padding-top: 64px;
    padding-bottom: 54px;
  }
}

@media screen and (max-width: 1200px) {
  .payments-market__container {
    flex-direction: column;
  }

  .payments-market__head {
    gap: 20px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .payments-market__image img {
    margin-right: auto;
  }

  .payments-market__column--left,
  .payments-market__column--right {
    gap: 40px;
  }

  .payments-market {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 701px) {
  .payments-market__image img {
    max-width: 348px;
    margin-left: auto;
  }

  .payments-market__container {
    gap: 60px;
  }

  .payments-market__list-image {
    min-width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .payments-market__column--left {
    gap: 20px;
  }

  .payments-market__image img {
    max-width: 222px;
  }

  .payments-market__container {
    gap: 44px;
  }

  .payments-market__column--right {
    gap: 24px;
  }

  .payments-market__list-items {
    flex-direction: column;
    align-items: unset;
    gap: 20px;
  }

  .payments-market__list-image {
    max-width: 80px;
  }

  .payments-market {
    padding-top: 57px;
    padding-bottom: 57px;
  }
}

/* footer */

.footer {
  background: var(--green-dark-green);
}

.footer-block__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-block__logo-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-logo {
  max-width: 125px;
}

.footer__desc {
  font-size: 14px;
  line-height: 214%;
  letter-spacing: 0.03em;
  color: var(--green-light-green);
}

.footer-block__copyright-notice {
  display: flex;
  align-items: flex-end;
}

.footer-block__copyright-notice p {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: right;
  color: var(--green-light-green);
}

@media screen and (min-width: 701px) {
  .footer-block__copyright-notice p {
    margin-bottom: 5px;
  }

  .footer {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 700px) {
  .footer-block__wrapper {
    flex-direction: column;
    gap: 0;
  }

  .footer {
    padding-top: 62px;
    padding-bottom: 60px;
  }
}

/* aos */

[data-aos="custom-fade-down"] {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[data-aos="custom-fade-down"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="custom-fade-right-list"] {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[data-aos="custom-full-width"] {
  width: 0;
  transition: all 0.8s ease-out;
}

[data-aos="custom-fade-right-list"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="custom-full-width"].aos-animate {
  width: 100%;
}

[data-aos="custom-video"] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[data-aos="custom-video"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="custom-video-scale"] {
  opacity: 0;
  transform: scale(1.1);
  transition: transform 0.8s ease-out;
}

[data-aos="custom-video-scale"].aos-animate {
  opacity: 1;
  transform: scale(1);
}

/* Начальное состояние: только dash, НО без animation */
[data-aos="custom-svg-draw"] path {
  stroke: #004c45;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  opacity: 1;
}

/* Анимация запускается только при появлении .aos-animate */
[data-aos="custom-svg-draw"].aos-animate path {
  animation: draw 1s ease-out forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}