html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
}

.hero {
  background: url("/img/home-hero-bg.png") no-repeat center/cover;
  min-height: 100vh;
}

.hero-bg {
  position: relative;
}
.hero .header {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.mySwiper {
  width: 600px;
}
.mySwiper .swiper-slide {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 40px 20px;
  transition: transform 0.3s, background-color 0.3s;
}
.mySwiper .swiper-slide-active {
  background-color: #1e66ff;
  color: #fff;
  transform: scale(1.05);
}
.mySwiper .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.mySwiper .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.mySwiper .role {
  font-size: 14px;
  color: #ccc;
}
/* Пагинация */
.mySwiper .swiper-pagination {
  bottom: 0px !important;
}

.mySwiper .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: all 0.3s ease;
  opacity: 1;
  margin: 0 3px !important;
}

.mySwiper .swiper-pagination-bullet-active {
  background: #1e66ff;
  width: 35px;
}

/* Кнопки навигации */
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover {
  color: #1e66ff;
}

.mySwiper .swiper-button-prev::after,
.mySwiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

.have-questions-form {
  position: relative;
}

.form-bg-1 {
  position: absolute;
  left: 0;
}

.form-bg-2 {
  position: absolute;
  right: 0;
}

.form-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 36px auto 0 auto;
  position: relative;
  z-index: 2;
  min-height: 300px;
}

.hero-bg-img {
  position: absolute;
  top: 60px;
  left: 50%;
  max-width: 554px;
  max-height: 554px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
  animation: rotate 20s linear infinite;
}

.hero-bg.container {
  padding-top: 100px;
  padding-bottom: 180px;
  gap: 20px;
  min-height: 100vh;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.hero-left-card-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fafafa;
  font-size: 16px;
  font-style: normal;
  font-weight: 500px;
  line-height: 24px;
  margin-bottom: 12px;
}

@keyframes rotate {
  from {
    transform: translate(-50%, 0) rotate(0deg);
  }
  to {
    transform: translate(-50%, 0) rotate(360deg);
  }
}

.hero-left {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-left-card {
  gap: 8px;
  display: flex;
  align-items: flex-start;
}

.hero-left-people {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-left-people a {
  margin-bottom: 20px;
}

.hero-left-people p {
  color: #fafafa;
  text-align: center;
  font-family: "Outfit";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.hero-left,
.hero-center,
.hero-right {
  position: relative;
}

.hero-left-card,
.hero-left-people {
  padding: 18px;
  border-radius: 6px;
  background-color: #0c0c0d;
}

.hero-left-imgs {
  display: flex;
  justify-content: center;

  img {
    position: relative;
  }

  img:nth-of-type(2) {
    margin-left: -10px;
  }

  img:nth-of-type(3) {
    margin-left: -10px;
  }
}

.hero-center {
  margin-left: 100px;
  max-width: 574px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-center h1 {
  color: #fafafa;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -2.84px;
  margin-bottom: 24px;
}

.hero-center h4 {
  color: #eaeaec;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
  margin-bottom: 24px;
}

.hero-center .header-link {
  margin-bottom: 54px;
}

.hero-center-card {
  border-radius: 10px;
  padding: 12px 36px;
  max-width: 470px;
  width: 100%;
  gap: 20px;
  border-top: 1px solid #eaeaec;
  border-left: 1px solid #eaeaec;
  background: rgba(250, 250, 250, 0.04);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;

  div:first-of-type {
    max-width: 180px;
  }
}

.hero-center-card h4 {
  color: #fafafa;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
}

.hero-center-card span {
  color: #92949f;
  font-family: "Outfit";
  font-size: 16px;
  line-height: 24px;
}

.hero-support-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-support-wrapper div span:first-of-type {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.hero-support-wrapper div span:last-of-type {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.hero-right {
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-right-card-top,
.hero-right-card-bottom {
  border-radius: 6px;
  background: #0c0c0d;
  padding: 18px;
  width: 100%;
}

.hero-right-card-bottom {
  max-width: 184px;
  align-self: flex-end;
}

.hero-right-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.hero-right-card-top-text {
  color: #fafafa;
  max-width: 180px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.prices {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.low,
.high {
  color: #eaeaec;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.blue {
  color: #02ebfd;
}

.line {
  position: relative;
  height: 28px;
  width: 100%;
  background-color: #d9d9d9;
  border-radius: 32px;
}

.line::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  background-color: #02ebfd;
  width: 68px;
  height: 28px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  display: block;
}

.hero-right-card-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-right-card-bottom span {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

/*section Track Digital Payments*/
.payments {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.td-header h2 {
  color: #fafafa;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2px;
}
.td-header p {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 90%;
}
.timeline {
  position: relative;
  width: 2px;
  background-color: #888;
  height: 300px;
}
.circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #0080ff;
  border-radius: 50%;
  box-shadow: 0 0 8px #0080ff;
}
.track-digital-block {
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 24px;
  background: rgba(27, 27, 27, 0.2);
  backdrop-filter: blur(3px);
  padding-block: 36px;
  padding-inline: 18px;
}

.circle:nth-child(1) {
  top: 40px;
}

.circle:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle:nth-child(3) {
  bottom: 40px;
}
.payment-item {
  border-radius: 12px;
  background: var(--color-grey-8, #141516);
  display: flex;
  padding: 18px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.payment-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.payment-item-info p {
  display: block;
}
.payment-item-info p,
span {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.payments-history-list {
  flex: 1;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.table1-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #141516;
  width: 100%;
  max-width: 600px;
}
.table1-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table1-item-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.table1-item h4 {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.table1-item p {
  color: #92949f;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.table1-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.graphs {
  display: flex;
  padding: 26px 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  background: rgba(27, 27, 27, 0.2);
  backdrop-filter: blur(3px);
  width: 100%;
  flex: 1;
}
.stat-prices h4 {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.stat-prices p {
  color: #92949f;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 80%;
}
.stat-prices {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 24px;
  background: rgba(27, 27, 27, 0.2);
  backdrop-filter: blur(3px);
  padding: 18px;
  flex: 1;
}
.statistics {
  display: flex;
  gap: 24px;
  align-items: start;
}
.stat-item p {
  color: #fafafa;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: block;
  width: auto;
}
.stat-item {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 12px;
  background: #141516;
  padding: 10px 18px;
  width: 60%;
  position: relative;
}
.stat-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: end;
}
.stat-item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.active-stat-item {
  width: 75%;
}
.active-stat-item::before {
  content: "";
  width: 120px;
  height: 24px;
  left: -110px;
  top: 14px;
  background: url("/img/stat-item-active-line.svg") 0px 0px / 100% 100%
    no-repeat;
  position: absolute;
  z-index: -1;
}
.tb1-footer-percent {
  display: flex;
  align-items: center;
}
.tb1-footer-percent p {
  color: #68d366;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.payments {
  padding-block: 75px;
  position: relative;
}

.trusted {
  margin-block: 75px;
}

.spot {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/* section Blockchain spreads Trust everywhere*/

.blockchain-spreads {
  padding-block: 75px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}
.blockchain-spreads h2 {
  color: #fafafa;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
.blockchain-spreads p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 35px;
}
.number-item h3 {
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #005ed3 0%, #02ebfd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.number-item {
  display: flex;
  flex-direction: column;
}
.numbers {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.converter {
  padding-block: 75px;
}
.converter h2 {
  color: #fafafa;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 48px;
}
.conv-block .button .header-bttn-link {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.6);
}
.conv-block {
  border-radius: 24px;
  background: rgba(27, 27, 29, 0.5);
  backdrop-filter: blur(8px);
  max-width: 330px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  padding: 20px 18px;
  margin: 0 auto;
}
.crypto-input {
  background: rgba(20, 21, 22, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 16px 20px;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.crypto-input input {
  background: none;
  border: none;
  color: #aaa;
  font-size: 1.2rem;
  outline: none;
  width: 100%;
}
.crypto-select {
  display: flex;
  align-items: center;
  gap: 8px;
}
.crypto-select img {
  width: 28px;
  height: 28px;
}
.crypto-select span {
  font-weight: 600;
  color: #fff;
}
.arrow {
  width: 16px;
  height: 16px;
}
.crypto-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.switch {
  display: flex;
  gap: 72px;
}
.switch p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.switch p:first-child {
  color: #02ebfd;
}
.conv-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.conv-title p:first-child {
  color: #fafafa;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.conv-title p:last-child {
  color: #fafafa;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.conv-title p:last-child span {
  color: #92949f;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.header-bttn-link {
  display: block;
  border-radius: 36px;
  background-color: #fafafa;
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  color: #0c0c0d;
  font-family: "Outfit";
  font-size: 12px;
  line-height: 14px;
  gap: 12px;
  max-width: 100px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.header-bttn-link:hover {
  background-color: #005ed3;
  color: #fafafa;
}
.converter {
  position: relative;
}
.card-image {
  position: absolute;
  bottom: 45px;
  left: 50%;
  z-index: -1;
  transform: translateX(-90%);
}

.top-crypto {
  padding-block: 75px;
}
.top-crypto h2 {
  color: #fafafa;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 36px;
}
.card {
  border-radius: 24px;
  background: #1e1f20;
  max-height: 5000px;
  display: flex;
  flex-direction: column;
}
.cards-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 36px;
}
.card img {
  border-radius: 24px 24px 0 0;
  width: 100%;
  max-height: 50%;
}
.card-info {
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.inf {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card span {
  color: #68d366;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.card h4 {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.card-dop-info p {
  color: #fafafa;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.card-dop-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.card a {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: flex-start;
  color: #fafafa;
  text-align: center;
  font-family: "Outfit";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 36px;
  background: #005ed3;
  max-width: 100px;
}
.have-questions-form h2,
.faq h2,
.video-section h2,
.media-says h2 {
  color: #fafafa;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 36px;
}
.blockchain-stat {
  display: flex;
  padding-block: 75px;
  gap: 24px;
  align-items: start;
}
.blockchain-stat h2 {
  color: #fafafa;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.blockchain-stat p {
  color: #eaeaec;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.partners {
  margin-block: 50px;
}

.blockchain-stat .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 640px;
}
.blockchain-stat a {
  max-width: 160px;
}
.blockchain-stat .stat {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
}
.blockchain-stat .stat img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(5px);
}
.blockchain-stat .stat p {
  color: #eaeaec;
  text-align: center;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blockchain-stat .stat h3 {
  text-align: center;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  width: 100%;
  background: linear-gradient(90deg, #005ed3 0%, #02ebfd 27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blockchain-stat .stat-elem div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  border-radius: 18px;
  background: rgba(27, 27, 27, 0.2);
  backdrop-filter: blur(4px);
  padding: 20px 42px;
  width: 100%;
  & {
    width: 100%;
    text-align: center;
  }
}
.blockchain-stat .stat-elem {
  width: 100%;
}
.blockchain-stat .stat-elem:nth-child(1) div {
  max-width: 250px;
}
.blockchain-stat .stat-elem:nth-child(2) div {
  max-width: 420px;
  margin: 0 auto;
}
.blockchain-stat .stat-elem:nth-child(3) div {
  margin-left: auto;
  max-width: 250px;
}

.faq {
  position: relative;
}
.accordion__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accordion__item {
  border-radius: 48px;
  border: 1px solid #005ed3 !important;
  backdrop-filter: blur(15px);
}
.active {
  background: #005ed3 !important;
}
.active .accordion__content {
  padding-top: 16px !important;
}
.spot-bg {
  position: absolute;
  bottom: -100px;
  left: -50px;
  z-index: -1;
}
.accordion {
  position: relative;
}
.accordion__label {
  color: #fafafa !important;
  font-family: "Outfit" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 120% !important;
}
.accordion__label::after {
  width: 24px !important;
  height: 24px !important;
  background-size: 24px 24px !important;
}
.accordion__content {
  color: #fafafa !important;
  font-family: "Outfit" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.video-section video {
  width: 100%;
  max-height: 730px;
  border-radius: 16px;
  height: 100%;
}
.video-section {
  padding-block: 75px;
}

.media-says {
  margin-block: 75px;
}
.media-says .slide-header {
  color: #fafafa;
  text-align: center !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: inline;
  width: 100%;
}
.media-says .swiper-slide .text {
  color: #fafafa;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.media-says .swiper-slide div {
  display: flex;
  padding: 18px 86px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #005ed3;
  max-width: 620px;
  margin: 0 auto;
  max-height: 176px;
}

.media-says .swiper-button-prev,
.media-says .swiper-button-next {
  display: flex;
  width: 36px !important;
  height: 36px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: white !important;
  padding: 5px;
}
.wave1,
.wave2 {
  position: absolute;
  filter: blur(10px);
  z-index: -1;
  transform: translateY(-100%);
}
.wave1 {
  left: 0;
  top: 50%;
}
.wave2 {
  right: 0;
  top: 50%;
}
.cr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cr-header h2 {
  color: #fafafa;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.cr-header p {
  color: #92949f;
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.cr-statistics {
  display: flex;
  align-items: center;
  gap: 48px;
}
.clients-review {
  margin-block: 75px;
}
.clients-review .horizontal-wave {
  position: absolute;
  top: 66%;
  left: 0;
  width: 100%;
  filter: blur(10px);
  object-fit: cover;
}
video {
  height: 100%;
  max-height: 730px;
}
.tdb-block1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-2 {
  min-height: 220px;
  height: 100%;
  width: 100%;
  padding-block: 50px;
  position: relative;
}

.swiper-2 {
  width: 100%;
}

.swiper-slide {
  transition: all 0.3s ease;
}

.slide-2 {
  width: 400px;
  min-height: 220px;
  border-radius: 24px;
  background: rgba(27, 27, 27, 0.2);
  backdrop-filter: blur(4px);
  padding: 18px 36px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
  margin: 0 auto;
}

/* Активный слайд — визуально больше */
.swiper-slide-active .slide-2 {
  width: 100%;
  background: #005ed3;
  height: 90%;
  min-height: 190px;
}

.swiper-pagination-2 {
  position: absolute;
  left: 52% !important;
  transform: translateX(-50%);
  max-width: 380px;
}

.quote {
  color: #fafafa;
  text-align: center;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.role {
  color: #92949f;
  text-align: center;
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.name {
  color: #fafafa;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.swiper-pagination-2 .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 4px;
  opacity: 1;
}

.swiper-pagination-2 .swiper-pagination-bullet-active {
  background-color: #005ed3;
  width: 88px;
}

/*Tablet*/
@media (max-width: 1439px) {
  h2 {
    font-size: 30px !important;
  }
  .swiper-pagination-2 {
    left: 55% !important;
  }
  .hero-bg.container {
    flex-direction: column;
    padding-top: 70px;
  }
  .horizontal-wave {
    top: 63% !important;
  }
  .table1-item-footer img {
    width: 100%;
  }
  .hero-left {
    position: relative;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    gap: 90px;
    margin-bottom: 60px;
  }
  .clients-review {
    margin-block: 48px;
  }
  .hero-left-card {
    align-items: center;
  }

  .hero-center {
    margin-left: 0px;
  }

  .hero-center-card {
    margin-bottom: 64px;
  }

  .hero-right {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .hero-right-card-top {
    max-width: 250px;
  }

  .hero-center {
    max-width: 100%;
  }

  .hero-center h1 {
    font-size: 34px;
  }

  .hero-bg-img {
    top: 280px;
  }

  .form-bg-1,
  .form-bg-2 {
    display: none;
  }
  .container {
    max-width: 540px;
  }
  .cards-list {
    grid-template-columns: 1fr;
  }
  .blockchain-stat {
    flex-direction: column;
  }
  .blockchain-stat .stat {
    width: 100%;
  }
  .blockchain-stat .stat-elem div {
    width: 100%;
    max-width: 100% !important;
  }
  .card-image {
    bottom: 45px;
    transform: translateX(-50%);
  }
  .blockchain-spreads {
    flex-direction: column;
  }
  .blockchain-spreads img {
    width: 100%;
  }
  .blockchain-spreads p {
    margin-bottom: 0px;
  }
  .hero .header {
    padding-inline: 18px;
  }
  .hero .hero-bg {
    padding-block: 75px;
  }
  .hero-bg-img {
    max-width: 360px;
    max-height: 360px;
  }
  video {
    max-height: 290px;
  }
  .payments .statistics {
    flex-direction: column;
  }
  .track-digital-block {
    flex-direction: column;
  }
  .payments-history-list {
    width: 100%;
    padding-left: 0px;
  }
  .wave1,
  .wave2 {
    position: absolute;
    filter: blur(10px);
    z-index: -1;
    transform: translateY(-83%);
    width: 38%;
  }
  .wave1 {
    left: 0;
    top: 50%;
  }
  .wave2 {
    right: 0;
    top: 50%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .payments .spot {
    width: 70%;
    transform: translate(-40%, -160%);
  }
  .spot-bg {
    width: 70%;
    transform: translate(-30%, -50%);
  }
}

/*Phone*/
@media (max-width: 744px) {
  .hero-bg-img {
    max-width: 200px;
    max-height: 200px;
    top: 100px;
  }
  .hero .hero-bg {
    padding-block: 40px;
  }
  .hero-left {
    display: none;
  }
  .container {
    max-width: 100% !important;
    padding-inline: 12px;
  }
  .hero-center h1 {
    line-height: 38px;
    letter-spacing: -1.85px;
    font-size: 32px;
    margin-top: 50px;
  }
  .hero-center h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .cr-stat-item h2 {
    margin-bottom: 0px !important;
    text-align: start !important;
  }
  .cr-stat-item {
    align-items: start;
  }
  .hero-center,
  .hero-right {
    padding-inline: 18px;
  }

  .hero-center-card {
    display: none;
  }

  .hero-right {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .hero-right-card-top,
  .hero-right-card-bottom {
    max-width: 100%;
  }
  .table1-item-footer img {
    width: 100%;
  }
  .hero .header {
    padding: 20px 24px;
  }
  .card h4 {
    font-size: 18px;
  }
  h2 {
    margin-bottom: 20px !important;
  }
  .top-crypto {
    padding-block: 48px;
  }
  .accordion__item {
    border-radius: 40px;
    backdrop-filter: blur(15px);
    padding: 20px !important;
  }
  .accordion__item.active > .accordion__content {
    max-height: 200px !important;
  }
  .container {
    padding-inline: 12px;
  }
  .accordion__label {
    padding-right: 40px;
  }
  video {
    max-height: 166px;
  }
  .number-item h3 {
    font-size: 36px;
  }
  .blockchain-spreads p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .blockchain-spreads {
    padding-block: 48px;
  }
  .number-item p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .conv-block {
    margin-left: 12px;
  }
  .card-image {
    bottom: 50px;
    transform: translateX(-60%);
  }
  .converter {
    overflow-x: hidden;
  }
  .blockchain-stat h2 {
    margin-bottom: 0px !important;
    gap: 20px;
  }
  .blockchain-stat {
    padding-block: 48px;
  }
  .blockchain-stat .stat-elem h3 {
    font-size: 30px;
  }
  .media-says .swiper-slide div {
    padding: 12px 48px;
  }
  .media-says .swiper-slide .text {
    font-size: 14px;
  }
  .video-section {
    padding-block: 48px;
  }
  .media-says {
    margin-block: 48px;
  }
  .active-stat-item::before {
    width: 200px;
    left: -130px;
  }
  .active-stat-item {
    max-width: 186px;
  }
  .stat-item {
    padding: 6px 12px;
  }
  .stat-item p {
    font-size: 12px;
  }
  .stat-prices {
    padding: 12px;
  }
  .table1-item {
    padding: 12px 16px;
  }
  .graphs {
    padding: 20px 12px;
  }
  .table1-item h4 {
    font-size: 18px;
  }
  .table1-item-footer {
    flex-direction: column;
    align-items: start;
  }
  .payments {
    padding-block: 48px;
  }
  .track-digital-block {
    padding: 22px 12px;
  }
  .payment-item {
    padding: 12px;
  }
  .payment-item-info {
    justify-content: space-between;
    gap: 12px;
  }
  .timeline {
    width: 100%;
    background-color: #888;
    height: 2px;
  }
  .tdb-block1 {
    flex-direction: column;
    gap: 20px;
  }
  .circle {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .circle:nth-child(1) {
    left: 0;
  }

  .circle:nth-child(2) {
    left: 35%;
  }

  .circle:nth-child(3) {
    left: 70%;
  }
  .track-digital-block {
    gap: 24px;
  }
  .payments .spot {
    display: none;
  }
  .wave1,
  .wave2 {
    transform: translateY(-108%);
    width: 38%;
    top: 45%;
  }
  .faq .spot-bg {
    display: none;
  }
  .cr-header {
    flex-direction: column;
  }
  .horizontal-wave {
    display: none;
  }
  .cr-header h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .swiper-pagination-2 .swiper-pagination-bullet {
    width: 24px;
  }
  .slide-2 {
    width: 100%;
  }
  .swiper-pagination-2 .swiper-pagination-bullet-active {
    background-color: #005ed3;
    width: 48px;
  }
  .swiper-pagination-2 {
    left: 52% !important;
    transform: translateX(-38%);
    max-width: 100%;
  }
}
