@import url("../css2");
@import url("../css2");
@import url("../css2");
@import url("../css2");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 125%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}
:root {
  --violet: #9747ff;
  --cyan: #76badb;

  --bg: #05050a;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  background: #040406;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

input[type="text"]:focus {
  outline: none;
}

textarea[type="text"]:focus {
  outline: none;
}

button {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background: transparent;
  cursor: pointer;
  padding: 21px 64px;
  border-radius: 16px;
  color: #ffffff;
}

button,
input {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

ul li {
  list-style: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0px 15px;
  width: 100%;
}

.main {
  flex: 1 1 auto;
}

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 125%;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
}

body {
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  background: #040406;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

input[type="text"]:focus {
  outline: none;
}

textarea[type="text"]:focus {
  outline: none;
}

button {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background: transparent;
  cursor: pointer;
  padding: 21px 64px;
  border-radius: 16px;
  color: #ffffff;
}

button,
input {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

ul li {
  list-style: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: visible;
}

.container {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0px 15px;
  width: 100%;
}

.main {
  flex: 1 1 auto;
}

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

h1 {
  font-size: 70px;
  line-height: 84px;
  font-family: "Inter", sans-serif;
}

h2 {
  font-size: 100px;
  line-height: 110px;
  font-family: "Inter", sans-serif;
}

h3 {
  font-size: 44px;
  line-height: 46px;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 32px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
}

.item-hover {
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition:
    border-color 0.4s ease,
    background-color 0.4s ease;
}

.item-hover:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.button {
  position: relative;
  border: none;
  overflow: hidden;
  background: linear-gradient(106deg, rgba(151, 71, 255, 1) 26%, rgba(58, 87, 178, 1) 100%);
  z-index: 0;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, rgb(58, 87, 178) -42%, rgba(151, 71, 255, 1) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.button:hover::before {
  opacity: 1;
}

.btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  background: none;
  margin-left: 20px;
  z-index: 0;
}
.btn2 {
  /* background: #3960b1; */
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, rgb(58, 87, 178) -42%, rgba(151, 71, 255, 1) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.btn:hover::before {
  opacity: 1;
}

.btn-wz {
  max-width: 590px;
  width: 100%;
  padding: 24px 10px;
}

.btn-row {
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 60px;
}
.clAccent {
  color: #0080ff;
}
.clAccent2 {
  color: #7414ff;
}
.clAccent3 {
  color: #ffd700;
}
.clAccent4 {
  color: #00ddd4;
}
.clAccent5 {
  color: #00d167;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  z-index: 999;
  padding: 0px;
  background: linear-gradient(135deg, #7f00ff, #00c6ff);
  box-shadow:
    0 0 15px rgba(127, 0, 255, 0.6),
    0 0 30px rgba(0, 198, 255, 0.4);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

/* hover */
.scroll-top:hover {
  transform: translateY(-5px);
  box-shadow:
    0 0 25px rgba(127, 0, 255, 0.9),
    0 0 45px rgba(0, 198, 255, 0.7);
}

.scroll-top {
  opacity: 0;
  pointer-events: none;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
}

.header {
  padding: 30px 0px;
  position: relative;
  z-index: 10;
}
.header__menu {
  display: block;
  overflow-y: auto;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__item {
  padding: 21px 32px;
  margin-right: 24px;
}
.header__item:last-child {
  margin-right: 0;
  margin: 0px;
}
.header__logo {
  max-width: 110px;
  width: 100%;
}
.header__logo-mobile {
  display: none;
}

.mobile-only {
  display: none;
}

/* ---------------- Burger ---------------- */
.burger {
  width: 30px;
  height: 22px;
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 3;
  margin: 0px 10px;
  right: 0px;
}

.burger span,
.burger span::before,
.burger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
  border-radius: 2px;
}

.burger span {
  top: 50%;
  transform: translateY(-50%);
}

.burger span::before {
  top: -8px;
}

.burger span::after {
  top: 8px;
}

.burger.active span {
  background: transparent;
}

.burger.active span::before {
  transform: rotate(45deg);
  top: 0;
}

.burger.active span::after {
  transform: rotate(-45deg);
  top: 0;
}

.contacts-link {
  justify-content: left;
  margin-top: 10px;
}
.contacts-link img {
  margin-right: 20px;
}

body.no-scroll {
  overflow: hidden;
}

.language-selector {
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-right: 25px;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  cursor: pointer;
  background: none;
  color: #ffffff;
  border: 1px solid #151f38;
  border-radius: 6px;
}

.lang-btn img {
  width: 20px;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 12px;
  height: 8px;
}

.lang-btn:hover .arrow {
  transform: rotate(180deg);
}

.lang-menu {
  width: 88px;
  position: absolute;
  top: 45px;
  left: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #151f38;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: none;
  overflow: hidden;
}

.lang-menu li {
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80px;
}

.lang-menu li:hover {
  background: #233256;
}
.lang-fx {
  display: flex;
  align-items: center;
}

.flag-wz {
  width: 23px;
  height: 15px;
  margin-right: 10px;
}

.lang-menu.open {
  display: block;
}

.footer {
  padding-top: 100px;
  background-color: #000000;
}
.footer__row {
  align-items: flex-start;
}
.footer__left {
  max-width: 285px;
}
.footer__logo img {
  max-width: 140px;
}
.footer__text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin: 32px 0px;
}
.footer__icons {
  justify-content: left;
}
.footer__links {
  margin: 0px 30px;
}
.footer__item {
  padding: 21px 32px;
  font-size: 22px;
}
.footer__contacts {
  text-align: right;
}
.footer__contacts p {
  margin-bottom: 22px;
}
.footer__contacts_title {
  padding-top: 15px;
}
.footer__bottom {
  margin: 32px 0px;
}
.footer__bottom-link {
  font-size: 16px;
  margin-right: 40px;
  color: #7b7b7b;
}
.footer__bottom-link:last-child {
  margin-right: 0px;
}
.footer__bottom-text {
  font-size: 16px;
  line-height: 20px;
  color: #7b7b7b;
}

.link-r {
  justify-content: right;
}

.social-media {
  margin-top: 20px;
  margin-right: 20px;
}

.page__header-top {
  position: relative;
}
.page__header-top::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -170px;
  z-index: -1;
  background: url(../img/space_Nero_AI_Image_Upscaler_Photo_Face_Nero_AI_Image_Upscaler_Photo_Face.png) center / cover no-repeat;
  max-height: 2067px;
}

.page__header-top::after {
  content: "";
  position: absolute;
  inset: -140px -220px -140px -220px;
  background:
    radial-gradient(950px 740px at 78% 8%, rgba(151, 71, 255, 0.55), transparent 62%),
    radial-gradient(920px 740px at 92% 16%, rgba(118, 186, 219, 0.35), transparent 62%),
    radial-gradient(1200px 920px at 78% 44%, rgba(151, 71, 255, 0.22), transparent 65%);
  z-index: 0;
  top: -213px;
  pointer-events: none;
}
.bgFadeBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 833px;
     background: linear-gradient(to bottom, rgba(4, 4, 6, 0) 0%, rgb(4 4 6 / 87%) 35%, rgb(4 4 6) 70%, #040406 100%);

  z-index: 1;
  pointer-events: none;
}
.heroRight {
  position: relative;
  min-height: 780px;
  width: 100%;
}
.gBorder {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.gBorder.light {
  background: var(--glassLow);
}

.gBorder::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #9747ff 0%, #000000 47%, #76badb 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.95;
}
.gBorder > * {
  position: relative;
  z-index: 2;
}
.floatCard {
  position: absolute;
  max-width: 447px;
  width: 100%;
  padding: 30px;
  border-radius: 16px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
  z-index: 2;
  display: flex;
  align-items: center;
  height: 172px;
}

.fc1 {
  right: 282px;
  top: 306px;
}
.fc2 {
  right: 282px;
  top: 525px;
}
.fc3 {
  right: -70px;
  top: 197px;
  width: 100px;
}
.fc4 {
  right: -354px;
  top: 430px;
}

.fcOnPhone {
  right: -75px;
  top: 632px;
  width: 430px;
  z-index: 6;
  background: #9747ff4a !important;
  opacity: 70%;
}

.floatSmall {
  font-size: 24px;
  line-height: 28px;
  opacity: 0.9;
  font-weight: 300;
}
.floatRow {
  display: flex;
  gap: 29px;
  align-items: flex-start;
}
.floatBadge {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  flex: 0 0 37px;
  margin-top: 2px;
}
.phoneWrap {
  position: absolute;
  right: 0px;
  z-index: 2;
}
.header-top__container {
}
.header-top__text {
  margin: 40px 0px 60px 0px;
  font-weight: 300;
}
.header-top__btn {
  max-width: 590px;
  width: 100%;
}
.heroGrid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}
.heroLeft {
  padding-top: 130px;
  padding-left: 15px;
}
.header-top__title{
  margin-bottom: 55px;
  font-size: 82px;
}
.page__stats {
  padding-top: 80px;
}
.stats__container {
  max-width: 1760px;
  margin: 0 auto;
  width: 100%;
  padding: 40px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}

.stat-card {
  text-align: center;
  max-width: 376px;
  width: 100%;
  opacity: 0;
  transform: translateX(-50px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.stat-card.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* iOS modifier */
.stat-card--ios {
  transform: translate3d(0, 40px, 0);
}

.stat-card--ios.show {
  transform: translate3d(0, 0, 0);
}

.stat-icon {
  max-width: 282px;
  width: 100%;
  margin-bottom: 25px;
}

.stat-title {
  color: #808080;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 10px;
}

.stat-number {
  font-size: 90px;
  line-height: 100px;
  font-weight: 600;
}

.page__finance {
  padding-top: 10px;
}

.finance__container {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;

  border-radius: 24px;
}
.financeBg {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background: url("../img/tagline-bg.png") center / cover no-repeat;
  min-height: 220px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.financeBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.financeBg > * {
  position: relative;
  z-index: 1;
}
.financeBg::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #9747ff 0%, #000000 45%, #76badb 100%);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: 2;
}

.financeBg::after {
  z-index: 0;
}
.financeBg > * {
  z-index: 1;
}

.finance__title {
  text-align: center;
  font-size: 64px;
  line-height: 70px;
  margin-top: 80px;
}
.fnTit {
  font-size: 60px;
  line-height: 70px;
}
.page__trust {
  padding-top: 80px;
  z-index: 3;
}
.trust-pg {
  padding-top: 40px;
}

.trust__container {
  max-width: 1600px;
}
.trust__title {
  text-align: center;
  font-size: 80px;
  margin-bottom: 60px;
  font-weight: 400;
}

.trust-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.trust-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 120px;
  padding: 20px;
  border-radius: 40px;
  background: rgba(12, 10, 22, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  overflow: hidden;
}

.trust-item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #9747ff 0%, #000000 47%, #76badb 100%);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  opacity: 0.95;
}
.trust-item.reverse {
  justify-content: space-around;
}

.trust-item img {
  max-width: 530px;
  min-width: 360px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
}

.trust-item .text {
  /* max-width: 450px; */
}
.trust-item .tx2 {
  max-width: 712px;
}
.textAcGr {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;

  background: linear-gradient(90deg, rgba(151, 71, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
}
.trust-item h3 {
  margin-bottom: 30px;
}

.trust-item .text p {
  line-height: 28px;
  font-size: 26px;
  opacity: 0.85;
  padding-top: 10px;
}

.metrics-section {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
}

.metrics-container {
  /* max-width: 900px; */
  padding: 40px;
}

.metric-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.metric-row:last-child {
  margin-bottom: 0;
}

.metric-item {
  width: 48%;
}

.metric-number {
  font-size: 64px;
  font-weight: 600;
  margin: 15px 0 10px;
  will-change: transform, opacity;
  transform: translateZ(0);
}

.mt-number {
  font-size: 80px;
}

.metric-number span {
  font-size: 32px;
}

.metric-item p {
  font-size: 24px;
  opacity: 0.8;
  max-width: 90%;
  line-height: 1.5;
}

@supports (-webkit-touch-callout: none) {
  .metric-bar-fill {
    transition: width 2s ease-out;
  }
}
/* ----- Bars ----- */
.metric-bar {
  height: 10px;
  width: 100%;
  border-radius: 10px;
  background: #3a3a3a;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.metric-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 10px;
  transition: width 1.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width, transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Colored bars */
.bar-red {
  background: linear-gradient(90deg, #ff4238, #ff8a00, #ffd166);
}

.bar-green {
  background: linear-gradient(90deg, #00ff6f, #00ffa6, #00d5ff, #4a63ff);
}

.bar-mixed {
  background: linear-gradient(90deg, #c8f1ff, #f5ffa1, #ffb35b, #ff6a4c);
}

.bar-yellow {
  background: linear-gradient(90deg, #9d9d9d, #d0ce63, #f8ee65);
}

.credit-circle {
  padding: 120px 0;
}

.credit-circle__container {
  max-width: 1400px;
}

.circle-bg {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 1200px;
  background: url("../img/circle-center.svg") center/contain no-repeat;
}

.circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 480px;
  width: 100%;
  transform: translateX(-50%);
}

.circle-ps {
  position: relative;
}

.circle-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.circle-card {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6%;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;

  color: #fff;
  animation: floatY 4s ease-in-out infinite;
  will-change: transform;
  min-height: 277px;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.circle-card h3 {
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 44px;
  font-weight: 500;
}

.circle-card ul {
  width: 100%;
  padding-left: 4px;
  text-align: left;
}

.circle-card ul li {
  font-size: 20px;
  line-height: 26px;
}

.item-1 {
  top: 0px;
}

.item-2 {
  top: 30%;
  left: 90%;
}

.item-3 {
  top: 30%;
  left: 10%;
}

.item-4 {
  top: 75%;
  left: 80%;
}

.item-5 {
  top: 75%;
  left: 20%;
}

.ic1 {
  left: -42%;
}

.ic1 {
  top: 55%;
  left: -49%;
}

.ic2 {
  top: -76%;
  left: 37%;
}

.ic3 {
  top: 137%;
  left: 26%;
}

.ic4 {
  top: -65%;
  left: 100%;
}

.ic5 {
  top: 90%;
  left: 135%;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.popup.is-open {
  pointer-events: auto;
  opacity: 1;
}

.popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.popup.is-open .popup__overlay {
  opacity: 1;
}

.popup__dialog {
  position: relative;
  width: 100%;
  max-width: 550px;
  background: #0a0d17;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px 20px 35px 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);

  transform: translateY(14px) scale(0.98);
  opacity: 0;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
  z-index: 1;
}

.popup.is-open .popup__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 42px;
  line-height: 1;
  padding: 8px;
  transition: 0.2s ease;
}

.popup__title {
  margin: 0 44px 6px 0;
  font-size: 26px;
  font-weight: 700;
  font-size: 32px;
}

.popup__form {
  display: grid;
  gap: 12px;
}

.popup__field span {
  display: block;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 6px;
  font-size: 22px;
}

.popup__field input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 15px 12px;
  outline: none;
  font-size: 16px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.popup__field input:focus {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.popup__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  opacity: 0.85;
  user-select: none;
  font-size: 18px;
}

.popup__check input {
  margin-top: 3px;
}

.popup__submit {
  margin-top: 14px;
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 16px 18px;
  background: linear-gradient(120deg, rgb(58, 87, 178) -42%, rgb(151, 71, 255) 100%);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    filter 0.15s ease;
}

.popup__submit:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

/* Support popup */
.popup__dialog--sup {
  max-width: 460px;
  text-align: center;
  padding: 40px 32px 44px;
}

.popup__dialog--sup .popup__title {
  margin: 0 0 28px;
  text-align: center;
}

.sup-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sup-email {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-bottom: 16px;
}

.sup-email:hover {
  color: #fff;
  text-decoration: underline;
}

.sup-tg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: linear-gradient(120deg, rgb(58, 87, 178) -42%, rgba(151, 71, 255, 1) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.sup-tg:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

@media (max-width: 1890px) {
  .heroGrid {
    grid-template-columns: 0.8fr 0.9fr;
  }
  .phoneWrap {
    right: 100px;
  }
  .fc1 {
    right: 470px;
    top: 240px;
  }
  .fc2 {
    right: 519px;
    top: 470px;
  }
  .fc4 {
    right: 512px;
    top: 774px;
  }
  .fc3 {
    right: 30px;
    top: 114px;
    width: 100px;
  }
  .fcOnPhone {
    right: 60px;
  }
}
@media (max-width: 1700px) {
  .phoneWrap {
    max-width: 350px;
    top: 120px;
  }
  .floatSmall {
    font-size: 20px;
    line-height: 24px;
  }
  .floatRow {
    gap: 12px;
  }
  .floatCard {
    padding: 20px;
    height: 144px;
    max-width: 350px;
  }
  .floatCard {
    max-width: 350px;
  }
  .fc1 {
    right: 395px;
  }
  .fc2 {
    right: 420px;
    top: 418px;
  }
  .fcOnPhone {
    right: 186px;
    top: 586px;
  }
  .fc3 {
    right: 21px;
    top: 163px;
  }
  .fc4 {
    right: 412px;
    top: 738px;
  }
}
@media (max-width: 1600px) {
  .header__item {
    padding: 21px 10px;
  }
  h1 {
    font-size: 64px;
    line-height: 70px;
  }
  .header-top__text {
    margin: 35px 0px 49px 0px;
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1480px) {
  .header__item {
    margin-right: 5px;
  }
  .item-hover {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .footer__item {
    padding: 21px 18px;
  }
}
@media (max-width: 1392px) {
  .circle-bg {
    max-width: 990px;
    height: 1100px;
  }
  .ic1 {
    top: 71%;
    left: -32%;
  }
  .ic2 {
    top: -84%;
  }
  .ic3 {
    top: 155%;
    left: 35%;
  }
  .ic4 {
    left: 90%;
  }
  .ic5 {
    top: 79%;
    left: 122%;
  }
  .heroGrid {
    grid-template-columns: 1fr;
  }

  .heroLeft {
    order: 1;
  }

  .heroRight {
    order: 2;
    margin-top: 60px;
    max-width: 670px;
    width: 100%;
    margin: auto;
  }
  .phoneWrap {
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
  }
  .fc1 {
    top: 11%;
    left: 30%;
    transform: translate(-50%, -50%);
  }
  .fc2 {
    top: 32%;
    left: 26%;
    transform: translate(-50%, -50%);
  }
  .fc3 {
    top: 41%;
    left: 104%;
    transform: translate(-50%, -50%);
  }
  .fc4 {
    top: 58%;
    left: 27%;
    transform: translate(-50%, -50%);
  }
  .fcOnPhone {
    top: 83%;
    left: 48%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1300px) {
  .footer__list {
    flex-direction: column;
  }
  .footer__item {
    padding: 6px 20px;
  }
}
@media (max-width: 1230px) {
  .header {
    padding: 20px 0px;
  }
  .header__btn {
    display: none;
  }
  .header__item {
    padding: 10px 31px;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
  }
  .header__logo-mobile {
    display: block;
    max-width: 68px;
    margin-top: 20px;
  }
  .hd-item {
    border-bottom: none;
  }
  .header__menu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    max-width: 390px;
    height: 100vh;
    background: #000;
    padding: 38px 30px 70px 30px;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    z-index: 3;
  }
  .header__menu.open {
    right: 0;
    transform: translateX(100%);
  }
  .header__menu.open.open-active {
    transform: translateX(0);
  }
  .header__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    margin-top: 44px;
  }
  .mobile-only {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .mobile-btn {
    width: 100%;
  }
  .burger {
    display: block;
    /* position: fixed; */
  }
  .language-selector {
    /* margin-right: 45px; */
  }
}
@media (max-width: 1220px) {
  .circle-card {
    padding: 30px;
  }
  .circle-item {
    max-width: 360px;
  }
  .circle-bg {
    max-width: 826px;
    height: 887px;
  }
  .circle-icon {
    width: 78px;
    height: 78px;
  }
  .ic2 {
    top: -50%;
  }
  .ic3 {
    top: 120%;
    left: 35%;
  }
  .ic4 {
    top: -46%;
    left: 87%;
  }
}
@media (max-width: 1200px) {
  .stat-number {
    font-size: 60px;
    line-height: 66px;
  }
  .stat-icon {
    max-width: 260px;
  }
  .stat-title {
    font-size: 32px;
  }
}
@media (max-width: 1160px) {
  h3 {
    font-size: 32px;
    line-height: 35px;
  }
  .trust-item {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .page__header-top {
    padding-top: 30px;
  }
  .page__stats {
    padding-top: 80px;
  }
  .page__finance {
    padding: 10px 0px;
  }
  .page__trust {
    padding: 10px 0px 60px 0px;
  }
  .trust-pg {
    padding: 50px 0px 60px 0px;
  }
  .circle-bg {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .circle-item {
    position: static;
    transform: none;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .circle-icon {
    left: 8%;
    width: 64px;
    height: 64px;
  }
  .circle-card h3 {
    font-size: 24px;
    line-height: 27px;
  }
  .circle-card {
    padding: 20px;
    min-height: 186px;
  }
  .ic1 {
    top: 412%;
  }
  .ic2 {
    top: -158%;
  }
  .ic3 {
    top: 248%;
  }
  .ic4 {
    top: -347%;
  }
  .ic5 {
    top: -314%;
  }
  .credit-circle__container {
    padding: 0px;
  }
}
@media (max-width: 980px) {
  h1 {
    font-size: 75px;
    line-height: 80px;
  }
  h2 {
    font-size: 70px;
    line-height: 76px;
  }
  p {
    font-size: 24px;
    line-height: 28px;
  }
  .finance__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 940px) {
  .trust__title {
    font-size: 40px;
    line-height: 46px;
  }
  .trust__container {
    max-width: 550px;
  }
  .trust-item,
  .trust-item.reverse {
    flex-direction: column;
  }
  .trust-item img {
    width: 100%;
    height: auto;
  }
  .trust-item .text {
    max-width: 100%;
  }
  .trust-item .tx2 {
    max-width: 100%;
  }
  .trust-item.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 920px) {
  .stat-icon {
    max-width: 212px;
  }
  .stat-number {
    font-size: 40px;
    line-height: 46px;
  }
  .stat-title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 900px) {
  .footer {
    padding-top: 60px;
  }
  .footer__row {
    flex-direction: column;
    align-items: center;
  }
  .footer__left {
    text-align: center;
  }
  .footer__icons {
    justify-content: center;
  }
  .footer__contacts {
    text-align: center;
  }
  .footer__text {
    margin: 20px 0px;
  }
  .footer__links {
    margin: 40px 0px;
  }
  .link-r {
    justify-content: center;
  }
}
@media (max-width: 820px) {
  .circle-bg {
    background: url(../img/circle-center.svg) no-repeat;
    background-position: right;
  }
}
@media (max-width: 800px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom-text {
    margin-top: 40px;
  }
}
@media (max-width: 780px) {
  .stats__container {
    flex-direction: column;
    align-items: center;
  }

  .metrics-container {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .financeBg {
    min-height: 160px;
    padding: 40px 22px;
    background-position: center;
  }
  .metric-row {
    flex-direction: column;
    gap: 40px;
  }
  .metric-item {
    width: 100%;
  }
  .metric-number {
    font-size: 48px;
  }
  .metric-number span {
    font-size: 24px;
  }
  .fc3 {
    display: none;
  }
  button {
    font-size: 18px;
  }
}
@media (max-width: 690px) {
  .phoneWrap {
    display: none;
  }
  .heroRight {
    min-height: 670px;
  }
  .fc1 {
    left: 50%;
  }
  .fc2 {
    left: 50%;
    top: 35%;
  }
  .fc4 {
    left: 50%;
    top: 59%;
  }
  .fcOnPhone {
    left: 50%;
  }
  .page__header-top {
    padding-top: 0px;
  }
}
@media (max-width: 620px) {
  h1 {
    font-size: 48px;
    line-height: 53px;
  }
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
  p {
    font-size: 18px;
    line-height: 22px;
  }
  .btn-row {
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .btn {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .finance__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 490px) {
  .footer__bottom-left {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom-link {
    margin: 10px 0px;
  }
}
.iti{
  display: flex !important;
}