/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Gilroy';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://fonts.cdnfonts.com/s/16219/Gilroy-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://fonts.cdnfonts.com/s/16219/Gilroy-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('https://fonts.cdnfonts.com/s/16219/Gilroy-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Gilroy';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://fonts.cdnfonts.com/s/16219/Gilroy-Bold.woff') format('woff');
}

/* ---------- Base ---------- */
:root {
  --blue: #1344c8;
  --blue-dark: #1740ad;
  --grad-1: #2758dd;
  --grad-2: #1740ad;
  --ink: #141a1f;
  --gray: #5f6165;
  --bg: #f5f7fb;
  --light: #e1e6ef;
  --red: #ea3943;
  --green: #16c784;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Gilroy', Arial, sans-serif;
  font-weight: 500;
  color: var(--ink);
  background: #ffffff;
  min-width: 320px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

ul {
  list-style: none;
}

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

.container {
  width: 1196px;
  margin: 0 auto;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 18px 25px 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn--white {
  background: #ffffff;
  color: var(--blue);
  border-radius: 100px;
}

.btn--white:hover {
  background: var(--light);
}

.btn--blue {
  background: var(--blue);
  color: #ffffff;
  border-radius: 8px;
}

.btn--blue:hover {
  background: var(--blue-dark);
}

.btn--blue.is-copied,
.btn--blue.is-copied:hover {
  background: rgba(19, 68, 200, 0.25);
  color: var(--blue);
}

.btn--blue.is-copied img {
  width: 11px;
  height: 9px;
}

/* ---------- Section titles ---------- */
.section-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  color: var(--gray);
  text-align: center;
}

.section-subtitle--light {
  color: var(--light);
}

.section-title {
  margin-top: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39.62px;
  color: var(--ink);
  text-align: center;
}

.section-title--left {
  margin-top: 0;
  text-align: left;
}

.section-title--white {
  color: #ffffff;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 710px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, var(--grad-1) 0%, var(--grad-2) 100%);
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

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

.nav {
  display: flex;
  align-items: center;
  padding-top: 25px;
  height: 75px;
}

.nav__logo {
  display: flex;
  align-items: center;
}

.nav__links {
  display: flex;
  gap: 50px;
  margin-left: 185px;
}

.nav__links a {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  color: #ffffff;
  transition: color 0.2s ease;
}

.nav__links a:hover {
  color: var(--light);
}

.nav__btn {
  margin-left: auto;
}

.nav__burger {
  display: none;
}

.mobile-menu {
  display: none;
}

.hero__content {
  position: relative;
  margin-top: 128px;
}

.hero__text {
  width: 486px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  background: #2c57cc;
  border: 2px solid #4e7ce7;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  color: #ffffff;
}

.hero__title {
  margin-top: 25px;
  font-size: 52px;
  font-weight: 700;
  line-height: 55px;
  color: #ffffff;
}

.hero__descr {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: #ffffff;
}

.hero__cta {
  display: flex;
  align-items: center;
  margin-top: 18px;
  height: 50px;
}

.hero__powered {
  margin-left: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  color: var(--light);
}

.hero__ripple {
  margin-left: 20px;
}

.hero__media {
  position: absolute;
  top: -47px;
  right: 80px;
  width: 473px;
  height: 473px;
}

.hero__photo {
  width: 473px;
  height: 473px;
  object-fit: cover;
}

.hero__deco {
  position: absolute;
}

.hero__deco--1 {
  top: 19px;
  left: 440px;
}

.hero__deco--2 {
  top: 192px;
  left: -78px;
}

.hero__deco--star {
  top: 390px;
  left: 485px;
}

/* ---------- Ticker ---------- */
.ticker {
  background: var(--bg);
  height: 100px;
}

.ticker__inner {
  position: relative;
  width: 1196px;
  height: 100px;
  margin: 0 auto;
}

.ticker__mobile {
  display: none;
}

.ticker__label {
  position: absolute;
  top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: var(--gray);
  white-space: nowrap;
}

.ticker__label--right {
  text-align: right;
}

.ticker__value {
  position: absolute;
  top: 57px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: var(--ink);
  white-space: nowrap;
}

.ticker__value--right {
  text-align: right;
}

.ticker__name {
  position: absolute;
  top: 56px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: var(--ink);
}

.ticker__change {
  position: absolute;
  top: 57px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  white-space: nowrap;
}

.ticker__change--down {
  color: var(--red);
}

.ticker__change--up {
  color: var(--green);
}

/* ---------- Quote ---------- */
.quote {
  padding: 75px 0;
  background: #ffffff;
}

.quote__inner {
  display: flex;
  align-items: flex-start;
  gap: 53px;
}

.quote__text {
  width: 578px;
  flex: none;
}

.quote__body {
  margin-top: 13px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  color: var(--gray);
}

.quote__card {
  width: 565px;
  height: 320px;
  flex: none;
}

/* ---------- Instruction ---------- */
.instruction {
  background: var(--bg);
  padding: 75px 0;
}

.instruction__cards {
  position: relative;
  display: flex;
  gap: 21px;
  margin-top: 32px;
}

.instruction__arrow {
  position: absolute;
  top: 38px;
  z-index: 2;
}

.instruction__card {
  width: 385px;
  height: 317px;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.instruction__card--mid {
  width: 384px;
}

.instruction__imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  border-radius: 8px;
  background: radial-gradient(ellipse at center, var(--grad-1) 0%, var(--grad-2) 100%);
}

.instruction__card-title {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: var(--ink);
}

.instruction__card-text {
  margin-top: 1px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  color: var(--gray);
}

/* ---------- Rules ---------- */
.rules {
  padding: 75px 0;
  background: #ffffff;
}

.rules__grid {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.rules__calc {
  width: 514px;
  flex: none;
  height: 371px;
  background: var(--bg);
  border-radius: 10px;
  padding: 30px;
}

.rules__calc-head {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rules__calc-head h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.4px;
  color: var(--blue);
}

.rules__calc-label {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  color: var(--ink);
}

.rules__calc-label--get {
  margin-top: 22px;
}

.rules__calc-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  height: 62px;
  padding: 0 18px 0 20px;
  background: #ffffff;
  border-radius: 8px;
}

.rules__calc-value {
  font-size: 32px;
  font-weight: 600;
  line-height: 39.2px;
  color: var(--gray);
}

.rules__calc-input {
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 32px;
  font-weight: 600;
  line-height: 39.2px;
  color: var(--gray);
  outline: none;
}

.rules__calc-input::placeholder {
  color: var(--gray);
  opacity: 0.5;
}

.rules__calc-currency {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  color: var(--ink);
}

.rules__calc-limits {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  color: var(--gray);
}

.rules__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 662px;
}

.rules__info {
  height: 210px;
  background: var(--bg);
  border-radius: 10px;
  padding: 30px;
}

.rules__info--budget {
  height: 141px;
}

.rules__info-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.4px;
  color: var(--ink);
}

.rules__info-text {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  color: var(--gray);
}

.rules__info-warning {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  color: var(--blue);
}

/* ---------- Participation ---------- */
.participation {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background: radial-gradient(ellipse at center, var(--grad-1) 0%, var(--grad-2) 100%);
}

.participation__mask {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1333px;
  height: 580px;
  pointer-events: none;
}

.participation .container {
  position: relative;
  z-index: 1;
}

.participation__card {
  display: flex;
  width: 679px;
  height: 320px;
  margin: 32px auto 0;
  padding: 30px 32px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 25px 25px 30px rgba(0, 0, 0, 0.1);
}

.participation__qr {
  width: 260px;
  height: 260px;
  flex: none;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.participation__qr img,
.participation__qr canvas {
  display: block;
  width: 260px !important;
  height: 260px !important;
}

.participation__form {
  margin-left: 30px;
  width: 327px;
}

.participation__form-title {
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: var(--ink);
}

.participation__label {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--gray);
}

.participation__label--memo {
  margin-top: 12px;
}

.participation__field {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 13px;
  background: var(--bg);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
}

.participation__buttons {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

/* ---------- Transactions ---------- */
.transactions {
  padding: 75px 0;
  background: #ffffff;
}

.transactions__table {
  margin-top: 32px;
}

.transactions__body {
  position: relative;
  transition: height 0.3s ease;
}

.transactions__head {
  position: relative;
  height: 62px;
  background: var(--blue);
  border-radius: 10px;
}

.transactions__head .transactions__cell {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
}

.transactions__row {
  position: relative;
  height: 62px;
  margin-top: 20px;
  background: var(--bg);
  border-radius: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.transactions__row--enter {
  opacity: 0;
  transform: translateY(-8px);
}

.transactions__row--visible {
  opacity: 1;
  transform: translateY(0);
}

.transactions__row--leave {
  opacity: 0;
  transform: translateY(4px);
}

.transactions__cell {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: var(--ink);
  white-space: nowrap;
}

.transactions__type--in {
  color: var(--gray);
}

.transactions__type--out {
  color: var(--blue);
}

.transactions__status {
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: var(--ink);
  white-space: nowrap;
}

.transactions__value {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: var(--ink);
  white-space: nowrap;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  height: 392px;
}

.footer__inner {
  position: relative;
  padding-top: 75px;
  height: 100%;
}

.footer__logo {
  position: absolute;
  top: 75px;
  left: 0;
}

.footer__top {
  position: absolute;
  top: 78px;
  left: 147px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.footer__top:hover {
  color: var(--light);
}

.footer__copy {
  position: absolute;
  top: 84px;
  right: 0;
  width: 338px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  color: #ffffff;
}

.footer__socials {
  position: absolute;
  top: 135px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__socials a {
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.footer__socials a:hover {
  opacity: 0.7;
}

.footer__nav {
  position: absolute;
  top: 84px;
  left: 520px;
}

.footer__nav-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  color: #ffffff;
}

.footer__nav ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__nav a {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  color: #ffffff;
  transition: color 0.2s ease;
}

.footer__nav a:hover {
  color: var(--light);
}


/* ---------- Mobile responsive ---------- */
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 18px;
  }

  .btn {
    padding: 14px 20px 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-subtitle {
    font-size: 15px;
    line-height: 18px;
  }

  .section-title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .section-title--left {
    text-align: center;
  }

  /* Mobile menu */
  .nav__links,
  .nav__btn {
    display: none;
  }

  .nav__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding: 0;
    background: transparent;
  }

  .nav__burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
  }

  .mobile-menu {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .mobile-menu.is-open {
    transform: translateX(0);
  }

  .mobile-menu__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0 18px;
  }

  .mobile-menu__logo {
    display: flex;
    align-items: center;
  }

  .mobile-menu__logo img {
    width: 117px;
    height: 30px;
  }

  .mobile-menu__close {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    font-size: 36px;
    font-weight: 300;
    line-height: 30px;
    color: var(--ink);
    background: transparent;
  }

  .mobile-menu__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 80px;
    list-style: none;
  }

  .mobile-menu__link {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    color: var(--ink);
  }

  .mobile-menu__btn {
    margin-top: 60px;
    margin-bottom: auto;
    padding: 14px 28px 15px;
    background: var(--blue);
    color: #ffffff;
  }

  .mobile-menu__btn:hover {
    background: var(--blue-dark);
  }

  /* Hero */
  .hero {
    height: auto;
    min-height: 733px;
    padding-bottom: 40px;
  }

  .hero__bg {
    object-fit: cover;
  }

  .nav {
    position: relative;
    justify-content: center;
    padding-top: 20px;
    height: 60px;
  }

  .nav__logo {
    margin: 0 auto;
  }

  .nav__logo img {
    width: 100px;
    height: auto;
  }

  .nav__burger {
    position: absolute;
    right: 0;
    top: 20px;
  }

  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
  }

  .hero__media {
    position: relative;
    top: auto;
    right: auto;
    order: -1;
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }

  .hero__photo {
    width: 260px;
    height: 260px;
    object-fit: cover;
  }

  .hero__deco {
    display: none;
  }


  .hero__text {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .hero__badge {
    position: absolute;
    top: -58px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .hero__badge img {
    width: 20px;
    height: 20px;
  }

  .hero__title {
    margin-top: 28px;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .hero__descr {
    margin-top: 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .hero__cta {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    height: auto;
  }

  .hero__powered {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .hero__ripple {
    margin-left: 0;
    width: 70px;
    height: auto;
  }

  /* Ticker */
  .ticker {
    height: auto;
    padding: 16px 0;
  }

  .ticker__inner {
    display: none;
  }

  .ticker__mobile {
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
  }

  .ticker__mobile-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .ticker__mobile-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--gray);
    white-space: nowrap;
  }

  .ticker__mobile-value {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--ink);
    white-space: nowrap;
  }

  .ticker__mobile-value--down {
    color: var(--red);
  }

  .ticker__mobile-value--up {
    color: var(--green);
  }

  /* Quote */
  .quote {
    padding: 40px 0;
  }

  .quote__inner {
    flex-direction: column;
    gap: 24px;
  }

  .quote__text,
  .quote__card {
    width: 100%;
  }

  .quote__body {
    font-size: 17px;
    line-height: 23px;
    text-align: center;
  }

  .quote__card {
    height: auto;
  }

  /* Instruction */
  .instruction {
    padding: 40px 0;
  }

  .instruction__cards {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .instruction__arrow {
    display: none;
  }

  .instruction__card,
  .instruction__card--mid {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .instruction__imgbox {
    height: 160px;
  }

  .instruction__card-title,
  .instruction__card-text {
    text-align: center;
  }

  .instruction__card-title {
    margin-top: 16px;
    font-size: 21px;
    line-height: 25px;
  }

  .instruction__card-text {
    font-size: 17px;
    line-height: 22px;
  }

  /* Rules */
  .rules {
    padding: 40px 0;
  }

  .rules__grid {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .rules__calc,
  .rules__side {
    width: 100%;
    height: auto;
  }

  .rules__calc {
    padding: 20px;
  }

  .rules__calc-head h3 {
    font-size: 21px;
    line-height: 25px;
  }

  .rules__calc-label {
    margin-top: 14px;
    font-size: 17px;
    line-height: 21px;
  }

  .rules__calc-box {
    height: 54px;
    padding: 0 14px;
  }

  .rules__calc-value,
  .rules__calc-input {
    font-size: 24px;
    line-height: 29px;
  }

  .rules__calc-currency {
    font-size: 17px;
    line-height: 20px;
  }

  .rules__calc-limits {
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .rules__info,
  .rules__info--budget {
    height: auto;
    padding: 20px;
  }

  .rules__info-title {
    font-size: 21px;
    line-height: 25px;
  }

  .rules__info-text {
    font-size: 17px;
    line-height: 22px;
  }

  .rules__info-warning {
    margin-top: 16px;
    font-size: 17px;
    line-height: 22px;
  }

  /* Participation */
  .participation {
    padding: 40px 0;
  }

  .participation__mask {
    display: none;
  }

  .participation__card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 24px;
    padding: 24px 20px;
  }

  .participation__qr {
    order: -1;
    width: 248px;
    height: 248px;
    margin-bottom: 20px;
  }

  .participation__qr img,
  .participation__qr canvas {
    width: 248px !important;
    height: 248px !important;
  }

  .participation__form {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .participation__form-title {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
  }

  .participation__label {
    margin-top: 12px;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
  }

  .participation__field {
    height: 44px;
    font-size: 17px;
    line-height: 23px;
    justify-content: center;
  }

  .participation__buttons {
    justify-content: center;
    margin-top: 16px;
  }

  /* Transactions */
  .transactions {
    padding: 40px 0;
  }

  .transactions__table {
    margin-top: 24px;
    margin-left: -18px;
    margin-right: -18px;
    padding: 0 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .transactions__table::-webkit-scrollbar {
    display: none;
  }

  .transactions__head,
  .transactions__row {
    scroll-snap-align: start;
  }

  .transactions__head,
  .transactions__row {
    min-width: 1196px;
  }

  .transactions__head .transactions__cell {
    font-size: 16px;
    line-height: 22px;
  }

  .transactions__cell,
  .transactions__status,
  .transactions__value {
    font-size: 16px;
    line-height: 20px;
  }

  /* Footer */
  .footer {
    height: auto;
    padding: 40px 0;
  }

  .footer__inner {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 0;
    height: auto;
  }

  .footer__logo,
  .footer__top,
  .footer__copy,
  .footer__socials,
  .footer__nav {
    position: static;
    width: auto;
  }

  .footer__nav {
    display: none;
  }

  .footer__copy {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
  }

  .footer__nav {
    text-align: center;
  }

  .footer__nav ul {
    margin-top: 16px;
    gap: 12px;
    align-items: center;
  }

  .footer__nav a {
    font-size: 17px;
    line-height: 21px;
  }
}
