html {
  scroll-behavior: smooth;
  font-family: Geist, Helvetica, sans-serif;
  background: white;
  color: rgb(23 23 23 / 1);
  font-weight: 400;
  scroll-padding-top: 100px;
}

:root {
  --text-subtitle: rgb(161 161 161 / 1);
  --border-main: 1px solid rgba(236, 236, 236, 1);

}


.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
}

.container {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}



.w-33 {
  max-width: 33.3%;
  width: 100%;
}

.func-elem {
  position: relative;

  transition:
    transform 0.45s cubic-bezier(.2, .8, .2, 1),
    box-shadow 0.45s cubic-bezier(.2, .8, .2, 1),
    border-color 0.45s ease,
    background-color 0.45s ease;



}



.lang-switch svg {
  max-width: 16px;
  max-height: 16px;
  border-radius: 100px;
}





.anchor-focus {
  animation: cardFocus 3.2s cubic-bezier(.2, .8, .2, 1);
}

@keyframes cardFocus {
  0% {
    transform: translateY(0);
    box-shadow: none;
  }

  40% {
    transform: translateY(-2px);

    box-shadow:
      0 10px 30px rgba(0, 0, 0, .05),
      0 2px 8px rgba(0, 0, 0, .03);
  }

  100% {
    transform: translateY(0);
    box-shadow: none;
  }
}




h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.35;
  font-weight: 500;
}

h2 {
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.25;
  text-align: left;
  font-weight: 500;

}

h3 {
  font-size: clamp(20px, 5vw, 28px);
  line-height: 1.4;

}


p {
  font-size: clamp(14px, 5vw, 16px);
}




/* HEADER */

header .container {
  max-width: 1448px;
}

header {
  padding: 8px 0;
  position: absolute;
  top: -82px;
  z-index: 800000;
  background: transparent;
  width: 100%;
  transition: all .3s;
}

header.scrolled {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #0000001a;
  background: rgb(255 255 255);
}

header.fadeup {
  transform: translateY(-80px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-l {
  display: flex;
  align-items: center;
  gap: 32px;
}


.logo {
  width: 100%;
}

.logo img {
  max-width: 173px;
  width: 100%;
}

.nav-list {
  display: flex;
  align-items: center;

}

.nav-item {
  font-size: 14px;
  line-height: 1.2;
  transition: all .3s;
  padding: 10px;
  color: rgb(38 38 38 / 1);
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all .3s;
  color: rgb(77 77 77);
  padding: 6px 8px;
  border-radius: 6px;
}

.open-menu.active {
  color: rgb(23 23 23 / 1);
  background: rgb(235, 235, 235);
}

.nav-link:hover {
  color: rgb(23 23 23 / 1);
  background: rgb(235, 235, 235);
}

.nav-link span {
  transition: all .3s;
  font-size: 14px;
  line-height: 1.2;

}

.nav-item:hover .nav-link span {
  color: rgb(23 23 23 /1);
}

.footer-attent {
  color: var(--text-subtitle);
  font-size: 12px;
  line-height: 1.55;
}


.mega-menu {

  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all .2s;
  position: absolute;
  top: 80%;
  left: 15.5%;

}


.mega-menu.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.menu-gal {
  transition: all .3s;

}

.menu-gal.active {
  transform: rotate(180deg);
}

.mega-menu-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 10px;
  padding: 18px 20px;
  border-radius: 8px;
  background: rgb(255 255 255 / 1);

  z-index: 100123;
  padding-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 4px 8px -4px, rgba(0, 0, 0, 0.06) 0px 16px 24px -8px, rgb(250, 250, 250) 0px 0px 0px 1px;
}

.menu-column {
  display: flex;
  flex-direction: column;
  gap: 16px;


}

.menu-column span {
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(245 245 245 / 1);
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-column ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.menu-column ul li {
  font-size: 14px;

}

.menu-column ul li button {
  transition: all .3s;
  color: rgb(23, 23, 23);
}

.menu-column ul li button:hover {
  color: rgb(23 23 23 / 0.633);
}

.header-btn {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;


}

.header-btn svg {
  border-radius: 100px;
  max-width: 16px;
  max-height: 16px;
}




.grey-btn {
  background: rgb(245 245 245 / 1);

}


.header-btn.grey-btn {
  min-height: 35px;
  max-height: 35px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  background: white;

  border: 1px solid rgb(235, 235, 235);
  justify-content: center;
}

.header-btn.black-btn {
  border-radius: 6px;
  min-height: 35px;
  max-height: 35px;
  padding: 8px 10px;
}


.grey-btn:hover {
  background: rgb(232 232 232);
}

.lang-btn:hover {
  background: rgb(242 242 242);
}


.header-btn.grey-btn:hover {
  background: rgb(242 242 242);
}


.header-r {
  display: flex;
  align-items: center;
  gap: 12px;

}

.header__r-r {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-btn {
  display: flex;
  align-items: center;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  gap: 6px;
  background: rgb(255 255 255 / 1);
  border: 1px solid rgb(235, 235, 235);

  justify-content: center;
  min-height: 35px;
  max-height: 35px;
}

.black-btn {
  color: white;
  background: rgb(23 23 23 / 1);
}

.black-btn:hover {
  opacity: 0.9;
}

/* HEADER END */



/* HERO */

.hero {
  margin-top: 82px;
  min-height: 750px;
  overflow: hidden;
  position: relative;
  padding-top: 43px;
}

.hero-bg {
  width: 100%;
  height: 887px;
  position: absolute;
  top: -85px;
  left: 0;
  z-index: 1;
}

.hero__bot-line-l {
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 30%;
  width: 1px;
  background: rgba(236, 236, 236, 1);
  z-index: 100000;
}

.hero__bot-line-r {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 30%;
  width: 1px;
  background: rgba(236, 236, 236, 1);
  z-index: 100000;
}

.hero .container {
  position: relative;
}

/* BLOBS */



/* BLOBS END */

.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}



.hero::after {
  content: "";
  position: absolute;
  top: -81px;
  left: 0;
  width: 100%;
  min-height: 892px;
  z-index: 3;
  background: linear-gradient(0deg, rgb(250 250 250 / 0.01), rgb(250 250 250 / 0.01)),
    linear-gradient(360deg, #FFF 0%, rgb(250 250 250 / 0) 25%);

}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 88px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.hero-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 5;
}

.hero-subtitle {
  text-align: center;
  color: var(--text-subtitle);
  font-size: 20px;
  line-height: 1.4;
}

.hero-title {
  text-align: center;

}






/* === ROTATOR === */






/* === CHROMA EFFECT V2 === */



.rotator {
  position: relative;
  display: inline-flex;

  height: 1.2em;
  width: 100%;

  vertical-align: top;

  overflow: visible;

  mask-image: linear-gradient(to bottom,
      transparent 0%,
      black 18%,
      black 82%,
      transparent 100%);

  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      black 18%,
      black 82%,
      transparent 100%);
}

.rotator__inner {
  position: relative;
}

.rotator__word {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;

  opacity: 0;

  filter: blur(18px);

  letter-spacing: -0.02em;

  background: linear-gradient(93.89deg,
      #83DA4E 53.61%,
      #21A038 74.08%,
      #54ACB8 96.76%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  will-change:
    transform,
    opacity,
    filter;

  backface-visibility: hidden;
}







.hero-btn {
  margin-top: 14px;
  padding: 16px 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgb(23 23 23 / 1);
  color: white;
  font-size: 16px;
  transition: all .3s;
}

.hero-btn:hover {
  opacity: 0.9;
}




.hero-bot {
  position: relative;
  z-index: 2;
}

.hero-bot img {
  width: 100%;

}

.card-grad {
  width: 100%;
  max-width: 312px;
  min-height: 174px;
  border-radius: 14px;
  position: absolute;
  top: 13%;
  left: 22.5%;
  display: flex;
  align-items: center;
  padding: 16px;

}




.card-chip {
  max-width: 43px;
  position: absolute;
  top: 45%;
  left: 80%;
  transform: translate(-50%, -50%);
  mix-blend-mode: overlay;

}

.card-dann {
  display: flex;
  flex-wrap: wrap;
  max-width: 172px;
  gap: 10px 12px;
  margin-bottom: 18px;
}

.card__dann-1 {
  width: 171px;
  height: 23px;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  background: linear-gradient(90deg, #383838 0%, #272727 100%);
  border-radius: 30px;

}

.card__dann-2 {
  width: 62px;
  height: 23px;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  background: linear-gradient(90deg, #383838 0%, #272727 100%);
  border-radius: 30px;
}

.card__dann-3 {
  width: 66px;
  height: 23px;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  background: linear-gradient(90deg, #383838 0%, #272727 100%);
  border-radius: 30px;
}

.card-master {
  max-width: 32px;
  position: absolute;
  bottom: 10%;
  right: 7%;
}

.hero-review {
  padding: 4px 12px 4px 4px;
  max-width: 193px;
  background: rgb(255 255 255 / 0.1);
  display: flex;
  align-items: center;
  gap: 8px;
  position: fixed;
  bottom: 9%;
  left: 50px;
  z-index: 10;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgb(255 255 255 / 0.2);
  box-shadow: 0 4px 30px rgb(0 0 0 / 0.1);
  transition: all .3s;

}

.hero-review:hover {
  background: rgb(255 255 255 / 0.437);
}

.hero-review img {
  max-width: 56px;

}

.hero-review span {
  font-size: 14px;
  line-height: 1.2;

}

.hero-manager {
  position: fixed;
  bottom: 9%;
  right: 50px;
  z-index: 10;
}

.hero-manager img {
  max-width: 48px;

}

.trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: var(--border-main);
  border-right: var(--border-main);
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 3;

}






.trust-r img {
  filter: grayscale(1);
  opacity: 0.5;
  transition: all .3s;
  max-width: 40px;
}

.trust-l img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.trust-r img:hover {
  filter: grayscale(0);
  opacity: 1;
}


.trust-m {
  font-size: 28px;
  color: var(--text-subtitle);
  text-align: left;
  max-width: 297px;
  width: 100%;
  white-space: nowrap;
  background: rgb(255 255 255 / 0.381);
  z-index: 10;
  padding: 65px 48px;
  backdrop-filter: blur(2px);

}

.trust-block-l {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
  height: 51px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);

  z-index: 1000;

}

.trust-block-r {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 95px;
  height: 51px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);

  z-index: 1000;
}

.trust-r {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-right: 48px;
}

/* трек с элементами (будет создан скриптом) */
.trust-track {
  display: flex;
  align-items: center;
  gap: 70px;
  will-change: transform;

  /* задаётся скриптом: --slide-duration */
  animation: slide-left var(--slide-duration, 22s) linear infinite;
}

/* обратное направление */
.trust-track.reverse {
  animation-name: slide-right;
}


.trust-l,
.trust-r {
  overflow: hidden;
  position: relative;
}




.roles-plash {
  display: flex;
  align-items: center;
  gap: 3px;

  border-radius: 10px;
  padding: 5px 6px;
  border: 1.25px solid var(--border-default, rgba(245, 245, 245, 1))
}

.roles-circ {
  min-width: 24px;
  min-height: 24px;
  font-size: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;

}

.roles-plash p {
  font-size: 10px;
}

.roles-circ.green {
  background: rgba(44, 189, 93, 1);
}





/* пауза при наведении на блок trust */
.trust:hover .trust-track {
  animation-play-state: paused;
}

/* бесшовные keyframes (движение на половину ширины трека, потому трек дублируется скриптом) */
@keyframes slide-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}



/* HERO END */
.control-elem {
  will-change: transform, opacity;
  transform: translateZ(0);
}

.control img {
  will-change: transform;
}


.review {
  overflow: hidden;
}

.review-bot iframe {
  border-radius: 20px;
  will-change: transform;
}







.comp__list-elem {
  will-change: transform;
}



.linesix {
  min-height: 100px;
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-left: 1px solid rgba(236, 236, 236, 1);
}




/* FUNC */

.func {
  margin-top: 0;

}



.func-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  border-top: 1px solid rgba(236, 236, 236, 1);
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-left: 1px solid rgba(236, 236, 236, 1);
}

.func-inner .cross {
  left: auto;
  right: -20px;
  top: -11px;
  z-index: 1000;
}


.func-elem {
  will-change: transform, opacity;
  transform: translateZ(0);
}



.func-txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;

  width: 100%;
  padding: 80px 48px;

}



.func-txt p {
  color: var(--text-subtitle);
  font-size: 18px;
  line-height: 1.55;
  text-align: left;
  max-width: 390px;
  padding-bottom: 0;
  padding-left: 0;

}

.func__txt-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 393px;
}

.func__txt-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.func__txt-col .black-btn {
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 164px;
  width: 100%;
  transition: all .3s;
  font-weight: 400;
  margin-bottom: 0;
}

.func__txt-col .grey-btn {
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 185px;

  transition: all .3s;
  font-weight: 400;
  margin-bottom: 0;
}

.line-grey {
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(236, 236, 236, 1);
}

.line-midl {
  left: 33.3%;
  top: 0;
}

.line-midr {
  right: 33.3%;
  top: 0;
}

.func-elems {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  justify-content: center;
  min-height: 1339px;

}

.func__elems-t {
  display: flex;
  gap: 0;


}

.func__elems-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.func-elem {
  border: 1px solid rgba(236, 236, 236, 1);
  width: 100%;
  padding: 36px 48px;
  display: flex;
  flex-direction: column;
  gap: 36px;

}



.func__elem-txt {
  display: flex;
  flex-direction: column;
  gap: 8px;


}

.func__elem-txt p {
  color: var(--text-subtitle);
  font-size: 16px;
  line-height: 1.4;
}

.func-rel-b {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}

.func__rel-plash {
  display: flex;
  border-radius: 8px;
  width: fit-content;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  background: var(--background-default, rgb(255 255 255 / 1));
  border: 1px solid var(--background-muted, rgb(229 229 229 / 1))
}

.plash-l {
  margin-right: 3px;
}

.plash__m-line {
  width: 49px;
  height: 8px;
  border-radius: 2px;
  background: rgb(245 245 245 / 1);
}

.plash-m {
  display: flex;
  flex-direction: column;

}

.plash-m span {
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
}

.func__elem-rel {
  padding-right: 18px;
  max-height: 367px;
  gap: 21px;
  border-left: 0;
  border-right: 0;

}

.func__rel-plash:nth-child(5) {
  max-width: 264px;
  width: 100%;
}

.func__rel-plash:nth-child(5) .plash-m {
  margin-right: 38px;
}

.func__elem-dep {
  padding-bottom: 0;
  max-height: 428px;
  min-height: 428px;
  border: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}

.func__b-dep {
  border-radius: 16px;
  border: 1px solid var(--border-default, rgb(245 245 245 / 1));
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: -32px;
}

.dep-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;

}

.dep-t span {
  font-size: 16px;
  font-weight: 500;

}

.dep-lines {
  display: flex;
  margin-bottom: 16px;

}

.dep-line1 {
  width: 50%;
  background: rgb(245 245 245 / 1);
  height: 1px;
}

.dep-line2 {
  width: 50%;
  background: rgb(23 23 23 / 1);
  height: 1px;
}

.dep-b {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.dep-qr {
  max-width: 82px;
  width: 100%;
  margin-bottom: 12px;
}

.dep-cost {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 4px;
}


.dep__b-wallet {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;

}

.func__elem-dep {
  gap: 21px;
}

.wallet-el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid var(--background-subtle, rgb(245 245 245 / 1))
}

.wallet__el-l span {
  font-size: 12px;
  color: var(--text-subtitle);
}

.wallet__el-r {
  display: flex;
  align-items: center;
  gap: 4px;

}

.wallet-plash {
  width: 86px;
  height: 12px;
  border-radius: 2px;
  background: rgb(245 245 245 / 1);
}


.wallet-el:nth-child(2) .wallet-plash {
  width: 72px;
}

.func__elem-bal {
  gap: 24px;
  border-right: 0;
  max-height: 295px;
}

.func__b-bal {
  display: flex;
  align-items: center;
  justify-content: center;

}

.bal-l {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  max-width: 126px;
  width: 100%;
  padding: 4px 8px 4px 4px;
  border: 1px solid var(--border-default, rgb(245 245 245 / 1))
}

.bal__l-price {
  display: flex;
  flex-direction: column;
  gap: 2px;

}

.bal__l-price span {
  font-size: 12px;
  line-height: 1.2;

}

.bal__price-subtl {
  color: var(--text-subtitle);
}

.bal-r {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bal-r img {
  max-width: 48px;
  width: 100%;
}

.bal-m {
  max-width: 99px;
  width: 100%;
}

.func__elem-pass {
  gap: 33px;
  border-top: 0;
  border-right: 0;
  border-bottom: 00;
}


.func__b-pass {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pass-line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

}

.pass__b-l {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;

}

.pass__b-l img {
  max-width: 48px;
  width: 100%;

}

.func__elem-accept {
  gap: 27px;
  border-right: 0;

}

.func__b-accept {
  display: flex;
  align-items: center;
  gap: 15px;
}

.func__b-accept img {
  min-height: 52px;
  max-width: 52px;
}

.func__b-accept img:nth-child(3) {
  max-width: 67px;
}


.w-461 {
  max-width: 461px;
  width: 100%;
}

.func__elems-row {
  display: flex;
  gap: 0;
}

.w-220 {
  max-width: 231px;
  width: 100%;
}

.func__elem-accept {
  max-height: 254px;
}

.func__elem-pass {


  max-height: 246px;
}

.w-580 {
  max-width: 580px;
  width: 100%;
}

.func__b-bin {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;

}

.func-elem-bin {
  padding-bottom: 0;
  overflow: hidden;
  gap: 24px;
  border-right: 0;
  min-height: 235px;
  max-height: 235px;

}

.bin-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 82px;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid var(--border-default, rgb(245 245 245 / 1));
}

.bin__card-t {
  display: flex;
  align-items: center;
  gap: 4px;

}

.bin__card-t span {
  font-size: 10px;
  line-height: 1.3;
}

.bin__card-b {
  display: flex;
  align-items: center;
  gap: 1px;


}

.bin__card-b span {
  font-size: 8px;
  color: var(--text-subtitle);
  line-height: 1.2;
}

.bin-plash {
  width: 49px;
  height: 8px;
  border-radius: 2px;
  background: rgb(245 245 245 / 1);
}

.func-elem-limit {
  gap: 50px;
  border-right: 0;
  max-height: 254px;
  min-height: 254px;

}

.func__b-limix {
  display: flex;
  flex-direction: column;
  gap: 26px;
}


.func__b-limit {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;

}



.limit-cost {
  font-size: 10px;
  color: black;
  position: absolute;
  left: 37%;
  top: -50%;
}

.func__b-limit:nth-child(2) .limit-cost {
  left: 69%;
}

.func__b-limit:nth-child(3) .limit-cost {
  left: 22%;
}

.limit-fromto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  color: var(--text-subtitle);

}

.func__b-log {
  display: flex;

}

.func__elem-log {
  position: relative;
  overflow: hidden;
  min-height: 306px;
  max-height: 306px;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.log-col {
  display: flex;
  flex-direction: column;

}


.log-name {
  font-size: 12px;
  min-height: 32px;
  color: var(--text-subtitle);
  padding: 16px 16px 16px 24px;
  background: var(--background-default, rgb(255 255 255 / 1));
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1))
}

.log-col:nth-child(1) {
  min-width: 80px;


}

.log-date {
  font-size: 12px;
  min-height: 48px;
  background: var(--background-default, rgb(255 255 255 / 1));
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1));
  white-space: nowrap;
}

.log-col:nth-child(2) {
  min-width: 88px;


}

.log-user {
  padding: 16px;
  min-height: 32px;
  font-size: 12px;
  color: var(--text-subtitle);
  background: var(--background-default, rgb(255 255 255 / 1));
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1))
}

.log-user-ava {
  padding: 12px 16px;
  min-height: 48px;
  background: var(--background-default, rgb(255 255 255 / 1));
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1))
}

.log-action {
  padding: 16px;
  min-height: 32px;
  font-size: 12px;
  color: var(--text-subtitle);
  background: var(--background-default, rgb(255 255 255 / 1));
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1))
}

.log-col:nth-child(3) {
  max-width: 432px;
  width: 100%;
}

.log__action-elem {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 48px;
  background: var(--background-default, rgb(255 255 255 / 1));
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1));
  padding: 16px;
}

.log__action-elem span {
  font-size: 12px;
  white-space: nowrap;
}

.func__b-log {
  position: absolute;
  bottom: -3%;
  left: 7%;
}

.func__elem-crea {
  min-height: 321px;
  max-height: 321px;
  overflow: hidden;
  gap: 21px;
  padding-bottom: 8px;
  border-right: 0;

  border-left: 0;
  border-top: 0;
}



.func__b-cre {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cre-t {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: -30px;
}


.cre-b {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: -52px;
}




.cre-b-2 {
  margin-left: -30px;
}

.cre-t .cre-score {
  padding: 10px 16px;
  max-width: 164px;
  width: 100%;
  border: 1px solid var(--border-default, rgb(245 245 245 / 1));
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 165px;
}

.cre-b .cre-score {
  padding: 10px 16px;
  max-width: 164px;
  width: 100%;
  border: 1px solid var(--border-default, rgb(245 245 245 / 1));
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 125px;
}

.cre__score-t {
  display: flex;
  align-items: center;
  gap: 8px;

}

.cre__score-t span {
  font-size: 12px;
  white-space: nowrap;
}

.cre__score-b {
  display: flex;
  align-items: center;
  gap: 8px;

}

.score__b-l {
  display: flex;
  align-items: center;
  gap: 4px;

}

.score__b-l span {
  font-size: 12px;
  color: var(--text-subtitle);
}

.score__b-r {
  display: flex;
  align-items: center;
  gap: 4px;

}

.score__b-r span {
  font-size: 12px;
  color: var(--text-subtitle);
}

.w-492 {
  max-width: 492px;
}

.acc-plash {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--border-default, rgb(245 245 245 / 1));
}

.acc__plash-part {
  display: flex;
  align-items: center;
  gap: 4px;
}

.acc-plash span {
  font-size: 12px;
  color: var(--text-subtitle);
}

.black {
  color: rgb(23 23 23 / 1) !important;
}

.func__elem-access {
  gap: 20px;
  padding-bottom: 22px;
  overflow: hidden;
  border: none;
  min-height: 320px;
  max-height: 320px;
  border-left: var(--border-main);
}

.func__acc-b {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.acc-list {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;


  position: relative;
  flex-wrap: wrap;
  max-width: 240px;
  border: var(--border-main);
  border-radius: 24px;
  padding: 18px 32px;
  margin: 0 auto;
  margin-top: 11px;
  padding-bottom: 100px;
  margin-bottom: -100px;
}

.acc__list-bg {
  width: 240px;
  height: 235px;
  border-radius: 24px;
  position: absolute;
  bottom: -930%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--background-subtle, rgb(245 245 245 / 1))
}

.acc__list-user {
  width: 25px;
  height: 25px;
  font-size: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  color: white;
  position: relative;
}

.acc__list-user::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  z-index: -1;
  border-radius: 10px;
  background: rgba(250, 250, 250, 1);

}

.acc__list-user:nth-child(1) {
  background: rgb(44 189 93 / 1);

}

.acc__list-user:nth-child(2) {
  background: rgb(137 37 184 / 1);


}

.acc__list-user:nth-child(3) {
  background: rgb(184 79 34 / 1);

}

.acc__list-user:nth-child(4) {
  background: rgb(230 66 214 / 1);

}

.acc__list-user:nth-child(5) {
  background: rgb(212 48 48 / 1);

}

.acc__list-user:nth-child(6) {
  background: rgb(25 111 147 / 1);
}



.acc__list-line {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.func__elem-spend {
  padding-bottom: 0;
  overflow: hidden;
  gap: 24px;
  border-left: 0;
  max-height: 270px;
  min-height: 270px;
  border-top: 0;
  border-right: 0;

}

.func__acc-spend {
  display: flex;

}

.func__elem-custom {

  border-right: 0;
}

.func__elem-roles {
  border-right: 0;
  padding-right: 10px;

}

.spend-col {
  display: flex;
  flex-direction: column;
}

.spend-tag {
  padding: 10px 0;
  font-size: 12px;
  color: var(--text-subtitle);
  min-height: 36px;
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1));
}

.spend__ava-c {
  display: flex;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1));
}

.spend-ava {
  width: 20px;
  height: 20px;
  border-radius: 17px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;

}

.spend-col:nth-child(1) {
  min-width: 80px;
}

.spend-col:nth-child(2) {
  min-width: 156px;
}

.spend-col:nth-child(3) {
  min-width: 120px;
}

.spend-col:nth-child(4) {
  min-width: 64px;
}

.green-ava {
  background: rgb(5 46 22 / 1);
}

.purp-ava {
  background: rgb(137 37 184 / 1);

}

.brown-ava {
  background: rgb(184 79 34 / 1);

}

.spend-txt {
  font-size: 12px;
  display: flex;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid var(--border-default, rgb(245 245 245 / 1));
}

.func__acc-spend {
  transform: translateY(3px);
}

.func__elems-b {
  display: flex;
  gap: 0;
}

.w-648 {
  width: 100%;
}

.func__elem-perev {
  padding-bottom: 7px;
  gap: 23px;
  border-right: 0;
  border-top: 0;
  overflow: hidden;
  border-bottom: 0;
  min-height: 320px;
  max-height: 320px;
  gap: 32px;

}



.func__perev-b img {
  width: 100%;
}

.func__elem-custom {
  position: relative;
  padding-bottom: 17px;
  justify-content: flex-start;
  min-height: 270px;
  max-height: 270px;
}

.func__elem-custom .func__elem-txt {
  max-width: 253px;
}



.func__elem-roles {
  padding-bottom: 17px;
  justify-content: flex-start;
  max-height: 271px;
  min-height: 271px;

}

.custom-click {
  position: absolute;
  right: 6%;
  top: 17%;
}

.func__roles-b {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;

}

.func__elem-roles {
  gap: 19px;

}

.func__roles-b span {
  font-size: 10px;
  border-radius: 3px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

.roles-plash:nth-child(1) span {
  background: rgb(220 252 231 / 1);
  color: rgb(0 201 81 / 1);
}

.roles-plash:nth-child(2) span {
  background: rgb(234 220 252 / 1);
  color: rgb(90 0 201 / 1);
}

.roles-plash:nth-child(3) span {
  background: rgb(220 239 252 / 1);
  color: rgb(0 134 201 / 1);
}

.roles-plash:nth-child(4) span {
  background: rgb(252 243 220 / 1);
  color: rgb(255 176 5 / 1);
}

.roles-circ.purple {
  background: rgba(90, 0, 201, 1);

}

.roles-circ.blue {
  background: rgba(0, 134, 201, 1);


}

.roles-circ.yellow {
  background: rgba(255, 176, 5, 1);


}

/* FUNC END */

/* CONTROL */

.control {
  padding-top: 0;
}

.cross {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -11px;
  left: -1px;
}

.cross-h {
  width: 1px;
  height: 100%;
  background: #0000003f;

}

.cross-w {
  width: 100%;
  height: 1px;
  background: #0000003f;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%, -50%);
}






.control-inner {

  border-right: 1px solid rgba(236, 236, 236, 1);
  border-left: 1px solid rgba(236, 236, 236, 1);
  border-bottom: var(--border-main);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;

}

.control-txt {
  display: flex;
  flex-direction: row;
  padding: 80px 48px;
  position: relative;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.control__txt-t {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.w-367 {
  max-width: 367px;
  width: 100%;
}




.control-txt p {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-subtitle);

}

.control-txt-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 392px;
}

.control__txt-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.control__txt-row .black-btn {
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 164px;
  transition: all .3s;
  font-weight: 400;
  margin-bottom: 0;
}

.control__txt-row .grey-btn {
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 185px;
  transition: all .3s;
  font-weight: 400;
  margin-bottom: 0;
}

.icon-txt {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px !important;
  color: rgb(23 23 23 / 0.796) !important;
  line-height: 1 !important;
  margin-bottom: 5px;
}


.icon-txt svg {
  max-width: 16px;
  max-height: 16px;
}

.control-dashboard img {
  width: 100%;
}

.control-elems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}

.control-row {
  display: flex;
  gap: 00;

}

.control-col {
  display: flex;
  gap: 00;
  flex-direction: column;

}



.control-elem {
  min-height: 360px;
  padding: 24px;
  border: 1px solid rgba(236, 236, 236, 1);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  justify-content: flex-end;

}


.control-dashboard {
  width: 100%;
  min-width: 771px;
  max-width: 771px;
  min-height: 390px;
  padding: 36px 48px;
  border: 1px solid rgba(236, 236, 236, 1);
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  border-right: 0;
  justify-content: flex-end;

  border-left: 0;
}

.control__elem-txt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;

}

.control__elem-txt p {
  font-size: 16px;
  color: var(--text-subtitle);
}

.control-dashboard img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 32px;
}

.control-bot {

  border-right: 0;
  max-width: 387px;
  padding: 36px 48px;
}

.bot-t {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border: 1px solid rgba(236, 236, 236, 1);
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 22px 20px;
  padding-bottom: 0;
}

.bot__t-tg {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--background-subtle, rgb(245 245 245 / 1));
  border-radius: 100px;
  padding: 7px 6px;
  max-width: 110px;
  width: 100%;
}

.bot__t-tg span {
  font-size: 12px;
  color: var(--text-subtitle);
}

.bot__t-tbl {
  display: flex;
  flex-direction: column;
  gap: 14px;

}

.bot__t-tbl {
  padding: 12px 10px;
  border-radius: 16px;
  background: rgb(255 255 255 / 1);
  border: 1px solid var(--background-subtle, rgb(245 245 245 / 1));
  width: 100%;

}

.bot__tbl-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--background-subtle, rgb(245 245 245 / 1))
}

.bot__tbl-row span {
  font-size: 12px;
  color: var(--text-subtitle);
}

.bot__tbl-row span.black {
  color: #000;
}

.bot-t {
  position: relative;
}

.bot-t::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255 255 255 / 0) 75%, #FFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.control-api {
  max-width: 383px;
  gap: 23px;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-top: none;
  padding: 36px 48px;
  padding-top: 24px;
  padding-right: 19px;
}

.control-api .control__elem-t {
  display: flex;
  gap: 12px;
}

.api__t-l {
  display: flex;
  flex-direction: column;

}

.api__t-l span {
  font-size: 16px;
  line-height: 1.4;
  color: rgb(229 229 229 / 1);

}

.api__t-r {
  color: var(--text-subtitle);
  font-size: 16px;
  line-height: 1.4;
}

.api-pink {
  color: rgb(233 170 249 / 1);
}

.api-purp {
  color: rgb(158 99 230 / 1);
}

.api-green {
  color: rgb(0 201 81 / 1);
}

.api-gold {
  color: rgb(239 165 61 / 1);
}

.control-report {
  position: relative;
  min-height: 386px;
  border-top: none;
  border-bottom: 0;
  border-right: 0;
  max-width: 725px;
  padding: 36px 48px;
}

.report-table {
  position: absolute;
  max-width: 342px;
  right: 3%;
  bottom: 0;
}

.report-time:nth-child(3) {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 45%;
  left: 7%;
  max-width: 194px;
  width: 100%;

}

.report-time:nth-child(2) {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 15%;
  left: 25%;
  max-width: 194px;
  width: 100%;

}





.report-time span {
  font-size: 14px;
  color: var(--text-subtitle);
}

.report__time-choice {
  padding: 6px 12px;
  background: var(--background-subtle, rgb(245 245 245 / 1));
  border: 1px solid var(--border-default, rgb(245 245 245 / 1));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  max-width: 194px;
  width: 100%;
}

.time__choice-l {
  display: flex;
  align-items: center;
  gap: 6px;
}

.time__choice-l span {
  font-size: 14px;
  color: rgb(23 23 23 / 1);
}



.review-inner {
  background: rgb(255 255 255 / 1);
  border: 1px solid rgba(236, 236, 236, 1);
  border-top: 0;

}

.review-top {
  display: flex;
  border-bottom: 1px solid rgba(236, 236, 236, 1);
  justify-content: space-between;
  padding: 80px 48px;
}

.review__top-txt {


  max-width: 579px;
  width: 100%;

}



.review__top-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 392px;
  gap: 16px;
}

.review__col-t {
  width: 100%;
}

.review__col-t p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-subtitle);
}


.review__col-row {
  display: flex;
  align-items: center;

}

.review__who {
  display: flex;
  align-items: center;
  gap: 12px;


}



.review__who img {
  max-width: 40px;
  border-radius: 100px;
}


.review__who-txt span {
  color: var(--text-subtitle);
  font-size: 14px;
  line-height: 1.2;
}

.review__who-txt p {
  font-size: 18px;
  line-height: 1.4;

}

.review-bot {

  padding: 48px 48px;
  width: 100%;
}

.review-bot iframe {
  width: 100%;
  height: 596px;
  border-radius: 8px;
}


/* CARDS */




.cards {
  padding-top: 0;
}

.cards-inner {
  display: flex;
  flex-direction: column;
  gap: 00;
  position: relative;
  border: var(--border-main);
  border-top: 0;

}

.cards-line-midr {
  position: absolute;
  top: 0;
  right: 18%;
  height: 100%;
  width: 1px;
  background: rgba(236, 236, 236, 1);
}

.cards-line-midl {
  position: absolute;
  top: 0;
  right: 59.4%;
  height: 100%;
  width: 1px;
  background: rgba(236, 236, 236, 1);
}

.cards-txt {
  display: flex;
  flex-direction: row;

  padding: 80px 48px;
  justify-content: space-between;
  width: 100%;
  border-bottom: var(--border-main);
}






.cards-chooce {
  display: flex;
  align-items: center;
}

.cards__choose-l {
  border-right: var(--border-main);
  width: 100%;
  max-width: 471px;
  flex: 0 0 471px;
}

.choose-btn {
  padding: 30px 50px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  transition: all .3s;
  opacity: 0.45;
}

.cards__choose-r {
  border-top: var(--border-main);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  /* translate: 0% -30%; */

}

.choose-btn.active {
  background: rgb(242 242 242 / 0.361);
  opacity: 1;
}


.cards__choose-r .cards-elem {
  border-radius: 0;
  width: 100%;
  border: 0;
  padding: 25px;

}

.cards__choose-r .cards-elem img {
  filter: grayscale(0.45);
}


.cards-txt p {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-subtitle);
}


.cards-list {
  display: flex;
  gap: 00;
  width: 100%;
  justify-content: space-between;


}

.cards-elem {


  display: flex;
  flex-direction: column;
  gap: 12px;


  min-height: 295px;

}

.cards__elem-tt {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 355px;

}

.cards__list-col {
  display: flex;
  flex-direction: column;

  justify-content: center;
  max-width: 579px;
  width: 100%;
}

.cards__list-col:first-child {
  border-right: var(--border-main);
}

.cards__list-col .cards-elem:first-child {
  padding-top: 48px;
  border-bottom: var(--border-main);
  padding-bottom: 48px;
  height: 100%;
  width: 100%;
}

.cards__list-col .cards-elem:last-child {
  padding-top: 48px;

  padding-bottom: 48px;
  height: 100%;
  width: 100%;
}

.cards__elem-tt {
  max-width: 440px;
  padding-left: 48px;
}

.cards__elem-txt {
  max-width: 483px;
  margin: 0 auto;

}

.cards-elem img {
  width: 100%;
  max-width: 153px;

}

.cards__elem-txt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fb-color {
  color: rgb(8 102 255 / 1);
}

.cards__elem-txt h3 {
  font-size: 28px;

}

.cards__elem-txt p {
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-subtitle);

}

.tt-color {
  background: linear-gradient(90deg, #A900B1 0%, #5553B6 50%, #00A5BB 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ga-color {
  background: linear-gradient(90deg, #EA4335 0%, #FBBC05 33%, #34A853 66%, #4285F4 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ec-color {
  color: rgba(110, 69, 196, 1);
}


.cards-comp {
  display: flex;
  justify-content: space-between;
}

.cards__comp-elem {
  flex-direction: column;
  border: 1px solid rgba(236, 236, 236, 1);
  padding: 40px;
  max-width: 587px;
  width: 100%;
  display: flex;
  gap: 30px;
}



.cards__comp-elem:nth-child(1) {
  border-left: 0;
  border-bottom: 0;
}

.cards__comp-elem:nth-child(2) {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}


.comp__list {
  align-items: center;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;

}

.comp__list-elem {
  display: flex;
  align-items: center;
  gap: 12px;

}

.comp__list-elem span {
  font-size: 16px;
  line-height: 1.4;

}

.comp__list-elem img {
  max-width: 40px;
  filter: grayscale(0.35);
}

.cards__comp-elem img {
  transition: all .3s;
  max-width: 35px;
}



.cards__comp-elem svg {
  filter: grayscale(0.35);
  max-width: 35px;
}



.comp-lastimg {
  max-width: 100% !important;
  width: 100%;
  margin-top: 10px;
  filter: grayscale(0.35);
}

.testim {
  padding-top: 0;

}

.testim-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  border: var(--border-main);
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}





.testim-inner .control-txt {

  border-right: var(--border-main);
}


.testim-list {
  border-top: 1px solid rgba(236, 236, 236, 1);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.testim-col {
  display: flex;
  flex-direction: column;
  gap: 0;


}




.testim-elem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  justify-content: space-between;
  width: 100%;
  min-height: 242px;
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-bottom: 1px solid rgba(236, 236, 236, 1);
  padding-left: 48px;
  padding-right: 48px;

}

.testim-elem p {
  font-size: 16px;
  line-height: 1.4;
}

.testim-elem-b {
  display: flex;
  gap: 12px;
  align-items: center;

}

.testim-txt {
  padding: 24px;
  gap: 12px;
}

.testim-txt h2 {
  text-align: left;
  line-height: 1.1;
  width: 100%;
  font-weight: 400;

}

.testim-txt p {
  text-align: left;
  width: 100%;
  font-size: 18px;

}

.testim-elem-b p {
  font-size: 20px;
  line-height: 1.3;
}

.testim-elem-b span {
  color: var(--text-subtitle);
  font-size: 14px;
  line-height: 1.4;
}


.testim-elem-b a {
  text-decoration: underline;
}

.testim-elem-b img {
  max-width: 48px;
  border-radius: 100px;
}

.testim-col .testim-elem:nth-child(1) {
  min-height: 285px;
}

.testim-col .testim-elem:nth-child(2) {
  min-height: 340px;
  max-height: 340px;
}

.testim-col .testim-elem:nth-child(3) {
  min-height: 280px;
}


.testim-btn {
  width: 100%;
  max-width: 196px;
  padding: 12px 0;
  background: rgb(245 245 245 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 8px;
  transition: all .3s;
}

.testim-btn:hover {
  background: rgb(220 220 220);
}

.testim-list {
  overflow: hidden;

  transition: all .4s;
}


.opac {
  transition: all .3s;
  opacity: 0;
}

.opac.visible {
  opacity: 1;
}

/* TESTIM MOB SLIDER */
.testim-list.mob {
  display: none;
  width: 100%;
  border-top: var(--border-main);
}

.testim-mob {
  width: 100%;
  padding: 32px 0;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.testim-mob-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  border: var(--border-main);
}

.testim-mob-title {
  color: #fff;
  font-size: clamp(22px, 6vw, 28px);
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.testim-mob-avatars {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.testim-mob-avatars::-webkit-scrollbar {
  display: none;
}

.testim-mob-avatar {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease;
  background: transparent;
}

.testim-mob-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testim-mob-avatar.is-active {
  border-color: #21A038;
  transform: scale(1.05);
}

.testim-mob-card {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.testim-mob-slides {
  display: flex;
  width: 100%;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.testim-mob-slides.is-dragging {
  transition: none;
}

.testim-list.mob .testim-elem {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
  max-height: none;
  min-height: 20px;
  padding: 5px 0;
  border: 0;
  border-radius: 18px;
  background: #fff;

}

.testim-list.mob .testim-elem>p {
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testim-list.mob .testim-elem-b {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-right: 12px;
}

.testim-list.mob .testim-elem-b img {
  max-width: 44px;
  min-width: 44px;
}

.testim-list.mob .testim-elem-b p {
  font-size: 16px;
  line-height: 1.3;
}

.testim-list.mob .testim-elem-b span {
  font-size: 13px;
}

.testim-list.mob .testim-elem-link {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgb(245 245 245 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}

.testim-list.mob .testim-elem-link:hover {
  background: rgb(230 230 230 / 1);
}

.testim-list.mob .testim-elem-link svg {
  width: 18px;
  height: 18px;
}

.testim-mob-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.testim-mob-btn {
  width: 74px;
  height: 34px;
  border-radius: 6px;
  background: black;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.testim-mob-btn svg path {
  stroke: white;
}

.testim-mob-btn:hover {
  opacity: 0.88;
}

.testim-mob-btn:active {
  transform: scale(0.96);
}



/* CONDIT */
.condit {
  padding-top: 0;
}

.condit-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  border-right: var(--border-main);
  border-left: var(--border-main);
}

.condit-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background: white;


}

.show-grad {
  background: linear-gradient(90deg, #83DA4E 0.17%, #41B856 49.89%, #54ACB8 99.61%);

  -webkit-text-fill-color: transparent;
  background-clip: text;
}



.condit-tt {
  border-top: var(--border-main);
  position: relative;
  padding: 25px 20px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}



.condit-txt {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;



}





.condit-txt p {
  font-size: 20px;
  color: var(--text-subtitle);
  text-align: center;
}

.condit-table {
  width: 100%;
  border: 1px solid rgba(236, 236, 236, 1);
  border-right: 0;
  border-left: 0;
}

.condit-table tr {
  display: flex;
  align-items: center;
  width: 100%;

}

.condit-table thead th:first-child {
  max-width: 236px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 48px;
  font-weight: 400;
  text-align: left;
}

.condit-table th {
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}

.condit-table tbody tr td:first-child {
  max-width: 236px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 32px;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}


.plan--pro {
  background: linear-gradient(90deg, #DA4E4E 0%, #B85241 50%, #FF8127 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.plan--enterprise {
  background: linear-gradient(90deg, #DA4E61 0%, #B84174 50%, #E567BF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.plan--elite {
  background: linear-gradient(90deg, #DA4EB7 0%, #AE41B8 50%, #9225E5 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.plan--private {
  background: linear-gradient(90deg, #634EDA 0%, #332FBE 50%, #577EFF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


.condit-table tbody tr td:first-child {
  max-width: 236px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 48px;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}


.condit-table thead th:nth-child(2) {
  max-width: 366px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 32px;
  font-weight: 400;
  text-align: left;
}

.condit-table tbody tr td:nth-child(2) {
  max-width: 366px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 32px;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}


.condit-table thead th:nth-child(3) {
  max-width: 284px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 32px;
  font-weight: 400;
  text-align: left;
}

.condit-table tbody tr td:nth-child(3) {
  max-width: 284px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 32px;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}

.condit-table thead th:nth-child(4) {
  max-width: 274px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 32px;
  font-weight: 400;
  text-align: left;
  border-right: 0;
}

.condit-table tbody tr td:nth-child(4) {
  max-width: 274px;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  padding: 24px 32px;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid rgba(236, 236, 236, 1);
  border-right: 0;
}

.noborder {
  border-bottom: 0 !important;
}

.condit-b {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: var(--border-main);

}

.condit__b-elem {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  border-right: var(--border-main);
  padding: 36px 48px;

}



.condit__b-elem:last-child {
  border-right: 0;
}

.condit__b-elem p {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  line-height: 1.4;

}


.condit__b-elem span {
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-subtitle);
}


.faq {
  padding-top: 0;
}

.faq-inner {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start;
  border: var(--border-main);
  border-top: 0;

}


.condit__b-elem:first-child {
  min-width: 385px;
  max-width: 385px;
}

.condit__b-elem:nth-child(2) {
  min-width: 386px;
  max-width: 386px;
}

.faq-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 384px;
  width: 100%;
  padding: 30px 50px;
  position: sticky;
  top: -40px;
  padding-top: 135px;
  padding-bottom: 135px;
  min-width: 384px;
}

.faq-txt p {
  font-size: 18px;
  color: var(--text-subtitle);
  line-height: 1.5;
}


.faq__elems {
  position: relative;

  max-width: 860px;
  margin: 0 auto;
  border-left: var(--border-main);
  padding-top: 135px;
  padding-bottom: 135px;
}

.faq-line-t {
  border-right: var(--border-main);
  width: 386px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;

}

.faq-line-b {
  background: rgba(236, 236, 236, 1);
  width: 1px;
  height: 135px;
  position: absolute;
  bottom: 0;
  right: 50%;

}

.faq__item {
  padding: 16px 48px;
  padding-top: 22px;
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}

.faq__item:first-child {
  border-top: var(--border-main);
}

.faq__question {
  margin-bottom: 6px;
  width: 100%;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(23 23 23 / 1);
}

.faq__arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.4s ease;
}

.faq__arrow polyline {
  width: 12px;
  height: 6px;
  stroke: rgba(23, 23, 23, 1);
}


.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-subtitle);
  height: max-content;

}

.faq__answer.active {
  max-height: 200px;
  height: 100%;

}



.solution {
  padding-top: 0;

}

.solut-inner {
  padding: 80px 60px;
  border: 1px solid rgba(236, 236, 236, 1);
  display: flex;
  overflow: hidden;
  position: relative;
  border-top: 0;
}


.solut-l {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%
}

.solut-l p {
  font-size: 20px;
  color: var(--text-subtitle);
}

.solut-btn {
  font-size: 16px;
  text-align: center;
  color: white;
  max-width: 150px;
  width: 100%;
  padding: 13px 0;
  border-radius: 8px;
  margin-top: 20px;
  background: rgb(23 23 23 / 1);
  transition: all .3s;
}

.solut-btn:hover {
  background: rgb(23 23 23 / 0.798);
}


.solut-r {
  position: relative;
  width: 100%;

}

.solut-dash {
  position: absolute;
  bottom: -62%;
  right: -17%;
  width: 630px;
  border: 1px solid rgba(236, 236, 236, 1);
  border-radius: 8px;

}

.dash__t-row {
  display: flex;
  width: 100%;

}

.dash-t-card {
  width: 100%;
  max-width: fit-content;
  padding: 12px 20px;
  border-right: 1px solid rgba(236, 236, 236, 1);
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}

.dash-t-card .card-grad {
  width: 321px;
  height: 174px;
  position: relative;
  top: auto;
  left: auto;
}

.dash__col-row {
  display: flex;

}

.dash__r-bl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 31px 26px 31px 16px;
  border-bottom: 1px solid rgba(236, 236, 236, 1);
  border-right: 1px solid rgba(236, 236, 236, 1);
}

.dash__r-bl span {
  font-size: 16px;

}

.dash__r-bl p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--text-subtitle);
}

.dash__r-col--name {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 38px 15px;
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}

.name-grad {
  font-size: 10px;
  color: white;
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #83DA4E 0.17%, #41B856 49.89%, #54ACB8 99.61%),
    radial-gradient(27.65% 124.48% at 31.06% 79.22%, #F8CB38 0%, rgb(248 203 56 / 0) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash__r-col--name p {
  font-size: 14px;

}

.name-spec {
  font-size: 10px;
  color: var(--text-subtitle);
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--background-subtle, rgb(245 245 245 / 1));

}

.dash__b-table {
  display: flex;

}

.dash__table-col {
  display: flex;
  flex-direction: column;
}

.dash__table-col:first-child {
  width: 100%;
  max-width: 141px;

}

.dash__table-col:nth-child(2) {
  width: 100%;
  max-width: 233px;

}


.dash__table-col span {
  font-size: 12px;
  color: var(--text-subtitle);
  padding: 16px;

}

.dash__table-col p {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 8px;
  font-size: 12px;
  min-height: 56px;
  border-top: var(--border-main);
}



/* FOOTER */



.footer-inner {
  display: flex;
  border-left: var(--border-main);
  border-right: var(--border-main);
  border-bottom: var(--border-main);
}

.footer-row {
  width: 100%;
  padding: 80px 48px;
  justify-content: space-between;
  padding-bottom: 20px;

}



.footer-row-l {
  padding: 35px 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  border-left: var(--border-main);
  border-right: var(--border-main);
}

.footer-row-l .footer-col-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;

}

.footer-row-l a {
  font-size: 12px;
  line-height: 1.5;
  color: rgb(46, 46, 46);
  transition: all .3s;
}

.footer-row-l a:hover {
  color: rgb(23 23 23 / 0.731);
  ;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;

}

.footer-col-f {
  padding: 80px 48px;
  border-right: var(--border-main);
  max-width: 405px;
}

.footer-col p {
  font-size: 14px;
  color: var(--text-subtitle);
}

.footer-btns {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
}

.footer-btns .black-btn {
  background: rgb(23 23 23 / 1);
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 6px;
  white-space: nowrap;
  transition: all .3s;
}

.footer-btns .grey-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 6px;
  gap: 6px;
  font-size: 14px;
  transition: all .3s;
  background: rgb(245 245 245 / 1);
}

.footer-btns .grey-btn:hover {
  background: rgb(245 245 245 / 0.659) !important;
}

.tg-btn {
  padding: 10px 8px !important;

}

.footer-trust {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
}

.footer-trust img {
  width: 100%;
  max-width: 126px;
}

.footer-trust span {
  font-size: 10px;
  line-height: 1.2;

}

.footer-col-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.footer-col-nav p {
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: rgb(23 23 23 / 1);
}

.footer-col-nav button {
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
  transition: all .3s;
  color: rgb(23, 23, 23);
}

.footer-col-nav button:hover {
  color: rgb(23 23 23 / 0.731);
}

.footer-row {
  display: flex;
  gap: 20px;
}

.mob {
  display: none;
}

.header-r-mob {
  display: none;
}

.burger {
  display: none;

}


.fw-500 {
  font-weight: 500 !important;
}

@media(max-width:1780px) {
  html {
    zoom: 0.9;
  }
}


@media(width <=767px) {
  html {
    zoom: 1;
  }

  .hero-subtitle {
    font-size: 14px;

  }

  .main-nav {
    display: none;
  }

  .header-r {
    display: none;
  }

  .hero {
    min-height: 697px;
  }

  .hero::after {
    min-height: 785px;
  }

  .hero-bg {
    height: 772px;
  }

  .hero-bg video {
    min-height: 772px;
  }

  .hero-btn {
    margin-top: 10px;
    font-size: 14px;
    padding: 12px 24px;

  }

  .hero-dash {
    display: none;

  }

  .trust-r img {
    max-width: 32px;
  }

  .hero-bot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-bot .card-grad {
    width: 312px;
    height: 174px;
    left: 50%;
    transform: translateX(-50%);

  }

  .hero-review {
    display: none;
  }

  .hero-manager {
    display: none;
  }

  .mob {
    display: flex;
  }

  .hero-mock {
    position: absolute;
    bottom: 0%;
    width: 100%;
    max-width: 335px;
    left: 50%;
    transform: translateX(-50%) translateY(84%);
  }

  .trust-m {
    font-size: 16px;
    padding: 10px 16px;
  }




  .trust-track {
    gap: 24px;

  }

  .trust {
    padding: 32px 0;
    margin: 0 15px;
  }



  .func-txt p {
    font-size: 16px;
    max-width: 350px;
  }

  .func-inner {
    gap: 24px;
  }

  .func-txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 60px 16px;
  }

  .func__elems-t {
    flex-direction: column;
  }

  .func__txt-col .black-btn {
    font-size: 12px;
    max-width: 140px;
    min-height: 32px;
    padding: 8px 20px;
    border-radius: 6px;
  }

  .func__txt-col .grey-btn {
    font-size: 12px;
    max-width: 158px;
    min-height: 32px;
    padding: 8px 16px;
    border-radius: 6px;

  }

  .w-33 {
    max-width: 100%;
  }

  .func__elem-txt p {
    font-size: 14px;
  }

  .func__elems-b {
    flex-direction: column;

  }



  .control-txt p {
    font-size: 16px;

  }


  .control-elems {
    flex-wrap: wrap;
    width: 100%;

  }


  .control-elem {
    min-height: 306px;
    min-width: auto;
    padding: 16px;

  }

  .control-dashboard {
    min-height: 306px;
    overflow: hidden;
  }

  .control-dashboard img {
    min-width: 550px;

  }

  .control-dashboard {
    width: 100%;

  }




  .report-table {
    width: 100%;
    position: relative;
    max-width: 204px;
    right: 0;
  }

  .control-txt {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 16px;
  }

  .control__txt-row .black-btn {
    font-size: 12px;
    max-width: 140px;
    min-height: 32px;
    padding: 8px 20px;
    border-radius: 6px;
  }


  .control__txt-row .grey-btn {
    border-radius: 6px;
    font-size: 12px;
    max-width: 160px;
    min-height: 32px;
    padding: 8px 16px;

  }




  .control-report {
    align-items: flex-end;

  }

  .control-report .control__elem-txt {
    align-self: flex-start;
  }

  .control__elem-txt p {
    font-size: 14px;
    line-height: 1.5;
  }

  .control__elem-txt {
    gap: 8px;

  }


  .func__roles-b {
    gap: 12px;
    flex-wrap: wrap;
  }



  .review-top {
    flex-direction: column;
    padding: 60px 16px;

  }




  .review__col-t p {
    font-size: 16px;

  }

  .review__who {

    gap: 12px;

  }

  .review__col-t {
    margin-top: 10px;
  }

  .review__who span {
    font-size: 14px;

  }

  .review__who p {
    font-size: 16px;
    white-space: nowrap;

  }

  .review-bot {
    padding: 32px 16px;
  }

  .review-bot iframe {
    width: 100%;
    height: 100%;
    height: 215px;

  }

  .cards-comp {
    flex-direction: column;
    gap: 20px;

  }

  .cards__comp-elem {
    padding: 16px;
    gap: 24px;

  }

  .cards-txt {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 16px;

  }

  .cards-txt p {
    font-size: 16px;
  }



  .cards-list {
    flex-direction: column;
  }

  .cards__elem-tt {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cards__elem-txt {
    padding-left: 16px;
    padding-right: 16px;
  }

  .comp__list {
    gap: 20px;
  }

  .cards__list-col:first-child {
    border-right: 0;
  }

  .cards__list-col .cards-elem {
    padding: 16px 0 !important;
  }

  .cards__elem-txt p {
    font-size: 14px;

  }




  .condit-b {
    flex-direction: column;
    margin-top: 60px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    border-top: var(--border-main);
  }

  .condit__b-elem {
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-bottom: var(--border-main);
  }

  .condit__b-elem p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding-bottom: 8px;
    justify-content: center;
    align-items: center;
  }

  .condit__b-elem span {
    font-size: 14px;
    text-align: center;
    max-width: 240px;
  }

  .condit-txt p {
    font-size: 16px;
    line-height: 1.4;
  }




  .faq-txt p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .faq-inner {
    gap: 0px;

  }

  .faq__question {
    font-size: 16px;
  }

  .faq__answer {
    font-size: 14px;

  }



  .footer-inner {
    flex-direction: column;
    gap: 0px;

  }

  .footer-row {
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 24px;
    padding: 40px 16px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer-btns {
    margin-top: 8px;
  }



  .desk {
    display: none;
  }

  .footer-col-nav a {
    font-size: 12px;

  }

  .footer-col-nav p {
    font-size: 14px;
    padding-bottom: 4px;
  }

  .faq__item {
    padding: 16px;
    padding-top: 21px;
  }



  .testim-txt p {
    font-size: 16px;
  }

  .testim-txt {
    gap: 8px;
  }



  .condit-txt {
    gap: 8px;

  }

  .faq-txt {
    gap: 20px;
    padding: 45px 16px;
    position: relative;
    top: auto;
  }




  .solut-inner {
    flex-direction: column;
    min-height: 465px;
    gap: 24px;
    padding: 24px 16px;
    padding-top: 40px;
  }

  .solut-l {
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .solut-l h2 {
    text-align: center;
  }

  .solut-l p {
    font-size: 16px;
  }



  .condit-table {
    display: none;

  }

  .testim-btn {
    display: none;
  }

  .opac {
    display: none;
  }



  .testim-list {
    overflow: hidden;
  }

  .testim-col {
    height: auto;
  }

  .testim-list {
    overflow: hidden;
    max-height: 100%;
  }



  .testim-list {
    overflow: auto;
    grid-template-columns: 1fr;
  }

  .testim-list.mob {
    overflow: visible;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-right: var(--border-main);
    padding: 0 16px 24px;
  }

  .testim-list.mob .testim-elem {
    max-width: none;
    max-height: none;
  }

  .testim-elem {
    max-width: 264px;
    max-height: 231px;

  }

  .testim-elem p {
    font-size: 14px;

  }

  .testim-elem-b img {
    max-width: 40px;

  }

  .testim-elem-b span {
    font-size: 12px;
  }


  .faq-inner {
    flex-direction: column;

  }

  .faq__elems {
    padding-top: 0;
    border-top: var(--border-main);
    border-left: 0;
    padding-bottom: 0;
  }

  .faq__elem {
    border-right: 0;
    border-left: 0;
  }

  header {
    padding: 12px 0px;
  }

  .logo img {
    max-width: 147px;
  }

  .solut-r {
    height: 380px;
  }

  .solut-inner {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .solut-dash {
    bottom: 0;
    left: -6%;
    right: auto;

  }

  .solut-btn {
    margin-top: 5px;
    font-size: 14px;
    max-width: 156px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;


  }


  .footer-col-f {
    padding: 40px 16px;
    border-bottom: var(--border-main);
  }

  .footer-col-nav button {
    font-size: 12px;
  }


  .footer-trust {
    margin-top: 12px;
  }

  .footer-btns .black-btn {
    font-size: 12px;
  }

  .footer-btns .grey-btn {
    font-size: 12px;
  }

  .plash-m span {
    font-size: 10px;
  }

  .plash-l {
    max-width: 36px;
  }

  .plash-l svg {
    width: 100%
  }

  .func__elem-rel {
    padding: 32px 16px;
    border-bottom: 0;
    min-height: 380px;
  }

  .func__elem-dep {
    justify-content: center;
    padding: 32px 16px;
    min-height: 360px;
    border-top: 0;
    max-height: 360px;
  }




  .func__b-dep {
    margin-bottom: -60px;
  }

  .wallet__el-l span {
    font-size: 10px;
  }

  .dep-t span {
    font-size: 11px;
  }

  .func-rel-b {
    max-width: 324px;
  }

  .wallet-plash {
    height: 8px;
    width: 56px;
  }

  .wallet__el-r svg {
    max-width: 11px;
  }

  .func__elem-access {
    min-height: 330px;
    max-height: 330px;
    height: 100%;
    padding: 32px 16px;
    border-top: var(--border-main);

    border-bottom: var(--border-main);
    border-left: 0;
    gap: 29px;
  }

  .acc-plash span {
    font-size: 11px;
  }

  .acc-plash {
    padding: 8px 9px;
    transform: translateY(25px);
  }

  .acc-list {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    max-width: 200px;
    width: 100%;
    border: var(--border-main);
    border-radius: 20px;
    padding: 15px 15px;
    margin: 0 auto;
    margin-top: 11px;
    margin-bottom: -60px;
    padding-bottom: 40px;
    transform: translateY(60px);
  }

  .acc__list-user {
    width: 25px;
    height: 25px;
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    color: white;
    position: relative;

  }

  .acc__list-user::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
    z-index: -1;
    border-radius: 5px;
    background: rgba(250, 250, 250, 1);
  }

  .acc_list-line {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 1px;
    height: 35px;
    background: rgb(235 235 235 / 1);
  }

  .acc_list-line2 {
    position: absolute;
    transform: rotate(-35deg);
    top: 64%;
    left: 30%;
    width: 1px;
    height: 40px;
    background: rgb(235 235 235 / 1);
  }

  .acc_list-line3 {
    position: absolute;
    transform: rotate(35deg);
    top: 64%;
    right: 30%;
    width: 1px;
    height: 40px;
    background: rgb(235 235 235 / 1);
  }

  .acc__list-line svg {
    fill: rgb(235 235 235 / 1);
  }

  .func__acc-b {
    gap: 4px;
  }

  .acc__plash-part svg {
    max-width: 20px;
  }

  .func__elem-spend {
    border-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    gap: 18px;
    border-left: 0;
    max-height: 330px;
    min-height: 330px;
    border-right: 0;
    padding: 32px 16px;
    border-bottom: 0;
  }

  .func__elems-col {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .func__acc-spend {
    transform: translateY(14px);
  }

  .spend-tag {
    font-size: 10px;
    padding: 6px 0;
    min-height: 0;
  }

  .spend-txt {
    font-size: 10px;

  }

  .spend-ava {
    width: 18px;
    height: 18px;
    font-size: 8px;
  }

  .func__elem-bal {
    padding: 32px 16px;
    gap: 22px;
    border-left: 0;
    border-top: 0;
    min-height: 360px;
    justify-content: center;
  }

  .trust-block-l {
    width: 50px;
    left: 129px;
    transform: translate(-50%, -50%);
  }

  .trust-block-r {
    width: 70px;

  }

  .func__elem-pass {
    padding: 32px 16px;
    gap: 26px;

    min-height: 360px;
    border-bottom: var(--border-main);
    max-height: 360px;
    border-left: 0;

  }

  .pass__b-l svg {
    max-width: 45px;
  }

  .func__b-limix {
    gap: 40px;
    max-width: 291px;
    margin: 0 auto;
  }

  .pass__b-l {
    gap: 18px;
  }


  .func__b-bal {
    flex-direction: column;
  }

  .bal-r {
    flex-direction: row;
  }

  .bal-m {
    transform: rotate(90deg)translateY(14px);
    height: 100px;
    margin: 6px 0;
  }

  .func__elem-accept {
    border-top: 0;
    padding: 32px 16px;
    border-left: 0;

    min-height: 280px;
    max-height: 280px;
    gap: 35px;
  }

  .func__elem-perev {
    padding: 32px 16px;
    min-height: 280px;
    justify-content: center;
    border-left: 0;
  }

  .func__b-accept img {
    max-width: 65px;
    max-height: 65px;
    min-height: 0;
  }

  .func__b-accept img:nth-child(3) {
    max-width: 85px;
    max-height: 95px;
  }

  .func__b-accept {
    gap: 13px;
  }

  .pass-line {
    top: 43%;
  }

  .pass-line svg {
    width: 100%;

  }

  .func__elem-roles {
    padding: 32px 16px;
    min-height: 330px;

    border-left: 0;
    gap: 24px;
  }

  .roles-circ {
    min-width: 25px;
    min-height: 25px;
    font-size: 10px;

  }

  .roles-plash p {
    font-size: 12px;

  }

  .func__roles-b span {
    padding: 0 4px;
    font-size: 11px;
    min-height: 16px;
  }

  .func-elem-bin {
    padding: 32px 16px;
    min-height: 360px;
    border-left: 0;

  }




  .func__elem-log {
    padding: 32px 16px;
    min-height: 360px;
    max-height: 360px;

    border-left: 0;
    border-bottom: var(--border-main);
    border-top: 0;

  }

  .log-name {
    padding: 11px 11px 11px 12px;
    font-size: 10px;
  }

  .log-user {
    font-size: 10px;
    min-height: 11px;
    padding: 12px 11px 11px 16px;
    margin-bottom: 0;
  }

  .log-action {
    font-size: 10px;
    min-height: 11px;
    padding: 11px 11px 12px 16px;
  }

  .log-date {
    min-height: 33px;
    font-size: 10px;
    padding: 11px 11px 11px 16px;
  }

  .log-user-ava {
    padding: 10px 11px 6px 16px;
    min-height: 33px;
  }

  .log-user-ava svg {
    max-width: 14px;
    max-height: 14px;
  }

  .log__action-elem {
    padding: 10px 11px 6px 16px;
    min-height: 33px;
  }

  .log__action-elem span {
    font-size: 10px;
  }

  .func__elem-crea {
    border-left: 0;
    padding: 32px 16px;
    min-height: 320px;
    justify-content: center;
    max-height: 320px;
    gap: 13px;
  }

  .cre-t .cre-score {
    padding: 7px 12px;
    min-width: 122px;
  }

  .cre__score-t span {
    font-size: 12px;
  }

  .score__b-l span {
    font-size: 12px;

  }

  .score__b-r span {
    font-size: 12px;
  }

  .score__b-l svg {
    max-width: 15px;
    max-height: 15px;
  }

  .score__b-r svg {
    max-width: 15px;
    max-height: 15px;
  }

  .func-elem-limit {
    padding: 16px;
    border-left: 0;
    min-height: 360px;
    max-height: 360px;
    border-top: 0;
    gap: 40px;
    border-bottom: var(--border-main);

  }

  .func__b-limit svg {
    width: 100%;
  }

  .limit-cost {
    left: 38%;

  }

  .func__elem-custom {
    padding: 32px 16px;
    min-height: 280px;
    max-height: 280px;

    border-top: 0;
    border-left: 0;
  }

  .custom-click {
    position: absolute;
    right: 6%;
    top: 25%;
  }

  .custom-click2 {
    position: absolute;
    right: 6%;
    top: 58%;
  }

  .condit__b-elem:last-child {
    border-bottom: 0;
  }

  .testim-col .testim-elem:last-child {
    border-bottom: 0;
  }

  .condit-inner {
    border-top: var(--border-main);
  }

  .testim-list {
    border-right: var(--border-main);
  }

  .condit__b-elem {
    padding: 32px 16px;
    gap: 4px;
  }

  .header-r-mob {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .header-mob-btn {
    font-size: 12px;
    padding: 6px 12px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgb(23 23 23 / 1);
    color: white;
  }

  .header-burger {
    max-width: 32px;
    padding: 10px 10px;
    background: rgb(245 245 245 / 1);
  }

  .header-mob-btn:hover {
    background: rgb(23 23 23 / 1);
  }

  .header-burger:hover {
    background: rgb(245 245 245 / 1);
  }


  .trust-r {
    margin-right: 24px;
  }

  .condit-tabl {
    width: 100%;
    display: block;
    border-collapse: collapse;
  }

  .condit-tabl tr td {
    width: 33%;
    min-height: 54px;
    border-right: var(--border-main);
    border-bottom: var(--border-main);
    padding: 16px 8px;



  }





  .rates-table {
    display: flex;
    width: 100%;
    max-width: 800px;
    border: var(--border-main);
    border-left: 0;
    border-right: 0;
    position: relative;
    overflow: visible;

  }

  .table-lines {
    display: flex;
    position: absolute;
    top: -18.5%;
    width: 100%;
    height: 60px;
    z-index: 5;
  }

  .table-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.7%;
    height: 100%;

    border-right: 1px solid rgba(236, 236, 236, 1);
  }

  .rates-column {
    flex: 1;
    border-right: var(--border-main);
  }



  .lines-huge {
    top: -42%;
  }

  .rates-column:last-child {
    border-right: none;
  }

  .rates-head {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(23, 23, 23, 1);
    border-bottom: var(--border-main);
  }

  .rates-cell {
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: var(--border-main);
  }

  .rates-cell:last-child {
    border-bottom: none;
  }

  .rates-label {
    font-size: 12px;
    color: var(--text-subtitle);
    margin-bottom: 8px;
  }

  .rates-value {
    font-size: 14px;
    color: rgba(23, 23, 23, 1);
    font-weight: 400;
  }

  .notop-border {

    margin-top: 60px;
  }

  .rates-rows .rates-head {
    height: 72px;

  }

  .rates-rows .rates-cell {
    height: 72px;

  }

  .dashik {
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .card-grad {
    display: none;
  }

  .dashik-top {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: var(--border-main);
  }

  .dashik-n {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    background: var(--background-subtle, rgba(245, 245, 245, 1));
    color: rgba(161, 161, 161, 1);
    font-size: 13px;
  }



  .dashik-top-bal {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .dashik-top-bal span {
    font-size: 12px;
    color: rgba(161, 161, 161, 1);
  }

  .dashik-top-bal p {
    font-size: 12px;

  }

  .dashik-m {
    display: flex;

  }

  .dashik-c .card-grad {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 160px;
    max-width: 180px;
    min-height: 98px;
    max-height: 98px;
    left: auto;
    transform: none;
    border-radius: 7px;
  }

  .dashik-c {
    padding: 12px 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border-right: var(--border-main);
  }

  .card-chip {
    max-width: 23px;
  }

  .card__dann-1 {
    width: 92px;
    height: 12px;
    border-radius: 15px;

  }

  .card__dann-2 {
    width: 33px;
    height: 12px;
    border-radius: 15px;

  }

  .card__dann-3 {
    width: 35px;
    height: 12px;

    border-radius: 15px;

  }

  .card-dann {
    max-width: 92px;
    gap: 8px;
    margin-bottom: 0;
    margin-top: 12px;
  }

  .card-master {
    max-width: 18px;
  }

  .dashik__c-r {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .dashik__c-r--op {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    height: 100%;
    border-bottom: var(--border-main);
  }

  .dashik__c-r--op span {
    font-weight: 500;
    font-size: 16px;

  }

  .dashik__c-r--op p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--text-subtitle);
  }

  .dashik__c-r--dec {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }


  .dashik__c-r--dec span {
    font-weight: 500;
    font-size: 16px;

  }

  .dashik__c-r--dec p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--text-subtitle);
  }

  .dashik-spend {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-top: var(--border-main);
    gap: 4px;
    justify-content: space-between;
    padding-right: 0;
  }

  .dashik__spend-l {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .dashik__spend-l span {
    font-size: 16px;
    font-weight: 500;

  }

  .dashik__spend-l p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--text-subtitle);
  }

  .dashik-buyer {
    padding: 16px;
    display: flex;
    border-top: var(--border-main);
    justify-content: space-between;
    border-bottom: var(--border-main);
  }

  .dashik__buyer-av {
    display: flex;
    align-items: center;
    gap: 6px;

  }

  .dashik__buyer-av img {
    max-width: 24px;
  }

  .dashik__buyer-av span {
    font-size: 12px;
    font-weight: 400;

  }

  .dashik__buyer-ca {
    display: flex;
    align-items: center;
    gap: 4px;

  }

  .dashik__buyer-ca span {
    font-size: 12px;
  }

  .dashik__buyer-mon {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 144px;
    width: 100%;

  }

  .buyer__mon-t span {
    font-size: 10px;

  }

  .buyer__mon-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .buyer__mon-b {
    width: 100%;
    height: 2px;
    border-radius: 32px;
    background: rgba(236, 236, 236, 1);
    position: relative;

  }

  .mon__b-line {
    width: 31%;
    background: rgba(0, 201, 81, 1);
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .hero-inner {
    gap: 48px;
  }

  .hero-top {
    gap: 8px;
  }

  .hero-btn {
    margin-top: 16px;
  }

  .dashik-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: var(--border-main);
  }

  .dashik__action-l {
    display: flex;
    align-items: center;
    gap: 8px;

  }

  .dashik__action-l img {
    max-width: 24px;

  }

  .action-col {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .action-col span {
    font-size: 12px;

  }

  .action-col p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--text-subtitle);
  }

  .dashik__action-r {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
  }

  .dashik__action-r span {
    font-size: 12px;

  }

  .dashik__action-r p {
    color: var(--text-subtitle);
    font-size: 10px;

  }

  .dashik-action:last-child {
    border-bottom: 0;
  }


  .hero {
    min-height: 0;

  }

  .hero::after {
    min-height: 779px;
  }

  .solut-dash {
    display: none;
  }

  .footer-col-f {
    max-width: none;
    border-right: 0;
  }

  .footer-inner {
    border-top: var(--border-main);
  }

  .solut-inner {
    gap: 45px;

  }

  .solut-r {
    height: auto;
  }

  .solut-r .dashik-action {
    border-bottom: 0;
  }

  .solut-r .dashik {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }



  .control-api {
    max-width: 50%;
    border-bottom: var(--border-main);

  }

  .cards-elem {
    min-height: 0;
  }

  .api__t-l span {
    font-size: 10px;
  }

  .api__t-r {
    font-size: 9px;
  }

  .control-elem {
    max-height: 306px;
    padding: 16px;
  }

  .control-bot {
    border-left: 0;
    max-width: 50%;
    border-right: var(--border-main);
    border-top: 0;
  }

  .control-dashboard img {
    padding: 0;
  }

  .control-report {
    border-left: 0;
    position: relative;
  }

  .control-report::after {
    content: "";
    width: 100%;
    height: 226px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 85%, #FFFFFF 100%);
    z-index: 10;
    position: absolute;
    top: 0;
  }

  .bot-t {
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 8px;
    gap: 16px;
  }

  .control-api .control__elem-t {
    gap: 4px;
  }

  .bot__t-tg span {
    font-size: 6px;
  }

  .bot__t-tg {
    max-width: 55px;
    border-radius: 50px;
    height: 18px;

  }

  .bot__t-tg svg {
    width: 12px;
    height: 12px;
  }

  .bot__t-tbl {
    border-radius: 12px;
    gap: 8px;
    padding-bottom: 5px;
  }

  .roles-plash {
    gap: 6px;
  }

  .bot__tbl-name {
    display: flex;
    align-items: center;
    gap: 3px;


  }

  .bot__tbl-name svg {
    max-width: 12px;
    max-height: 12px;
  }

  .bot__tbl-name span {
    font-size: 8px;

  }

  .bot__tbl-row span {
    font-size: 8px;

  }

  .report-time span {
    font-size: 11px;

  }

  .report__time-choice {
    max-width: 165px;

  }

  .report-time:nth-child(2) {
    left: 23%;
  }

  .cards-ga {
    border-bottom: var(--border-main);
  }

  .burger {
    display: none;
    overflow-x: hidden;
    background: white;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100dvh;
    z-index: 40000000;
    height: 100%;
  }

  .burger.active {
    display: flex;
  }

  .header-burger {
    position: relative;
    z-index: 10000;
  }

  .hidd {
    overflow: hidden;
  }

  .burger-inner {
    margin: 0 16px;

    padding-top: 60px;
    overflow: auto;
    height: 100%;
    border-right: var(--border-main);
    border-left: var(--border-main);
  }

  .burger-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 34px;
  }

  .burger-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 12px;
  }

  .burger-btns a {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    font-weight: 400;
  }

  .burger-navs {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
  }

  .burger-acc {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: var(--border-main);
  }

  .acc-btn {
    display: flex;
    align-items: center;
    padding: 14px;
    justify-content: space-between;
    width: 100%;
    color: rgba(23, 23, 23, 1);
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;

  }

  .burger-acc {
    max-height: 52px;
    overflow: hidden;
    transition: all .2s ease-in-out;
  }

  .burger-acc.active {
    max-height: 300px;
  }

  .acc-low {
    padding-left: 12px;
  }

  .acc__low-btn {
    font-size: 14px;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    color: rgba(23, 23, 23, 1);
  }

  .acc-gal {
    transition: all .3s;
  }

  .acc-gal.active {
    transform: rotate(90deg);
  }

  .burger-lang {
    padding: 12px;
    border-top: var(--border-main);
    border-bottom: var(--border-main);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .burger-lang span {
    font-size: 14px;
    color: rgba(23, 23, 23, 1);
  }

  .burger__lang-c {
    border: var(--border-main);
    padding: 4px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .burger__lang-c button {
    max-width: 24px;
    max-height: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid transparent;
  }

  .burger__lang-c button.active {
    border: 2px solid rgb(23, 23, 23);
    border-radius: 100px;
    width: 100%;
    height: 100%;

  }





  .burger__lang-c button svg {
    max-width: 16px;
    min-width: 16px;
    max-height: 16px;
    width: 100%;

  }

  header {
    z-index: 40000001;
  }





  .func__b-log {
    position: absolute;
    bottom: 12%;
    left: 1%;
  }



  .header-burger svg {
    overflow: visible;
  }

  .header-burger rect {
    transform-box: fill-box;
    transform-origin: center;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  /* Верхняя линия */
  .header-burger.active rect:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }

  /* Средняя линия */
  .header-burger.active rect:nth-child(2) {
    opacity: 0;
  }

  /* Нижняя линия */
  .header-burger.active rect:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .footer-row-l {
    flex-direction: column;
    padding: 30px 16px;
  }

  .footer-col-nav a {

    font-size: 10px;
    white-space: nowrap;
  }

  .faq-line-t {
    display: none;
  }

  .faq-line-b {
    display: none;
  }

  .faq__item:first-child {
    border-top: 0;
  }

  .faq__item:last-child {
    border-bottom: 0;
  }

  .testim-elem {
    gap: 16px;
    padding: 16px;
  }

  .testim-col .testim-elem:nth-child(1) {
    min-height: 313px;
    max-height: 100%;
  }

  .testim-col .testim-elem:nth-child(2) {
    min-height: 480px;
    max-height: 100%;
  }

  .testim-col .testim-elem:nth-child(3) {
    min-height: 300px;
    max-height: 100%;
  }

  .func__elem-custom .func__elem-txt {
    max-width: 228px;
  }

  .wrapper {
    overflow-x: clip;

  }


  .func__elem-rel .func__elem-txt p {
    max-width: 310px;
  }

  header {
    border-bottom: 1px solid transparent;
  }

  header.active {
    background: white;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
  }

  .lines-condit {
    top: -13.5%;
  }

  .lines-condit .table-line {
    width: 16.75%;
  }

  .func__b-cre {
    transform: translateY(6px);
  }
}