.my-dep__bal_title svg {
  max-width: calc(var(--size) * 32);
}

.my-dep {
  height: 100%;
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-radius: 24px;
  padding: 20em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(80.78deg, rgba(13, 19, 28, 0.2) -32.05%, rgba(13, 19, 28, 0.1) 44.46%, rgba(13, 19, 28, 0.2) 119.44%);
  display: flex;
  flex-direction: column;
  gap: 20rem;
  border: 1.5px solid rgba(231, 234, 237, 0.2);
}

.my-dep__top, .my-dep__bottom {
  display: grid;
  grid-template-columns: 46fr 58fr 50fr;
  gap: 20em;
  align-items: start;
  grid-template-rows:auto;
}

.my-dep__bottom {
  grid-template-columns:1fr 41% 1fr;
}

/*.my-dep::before {*/
/* content: "";*/
/* display: block;*/
/* position: absolute;*/
/* top: 0;*/
/* right: 0;*/
/* width: 402em;*/
/* height: 1px;*/
/* background: linear-gradient(90deg, rgba(201, 225, 255, 0) 0%, #c9e1ff 49.72%, rgba(201, 225, 255, 0) 100%)*/
/*}*/

/*.my-dep::after {*/
/* content: "";*/
/* display: block;*/
/* position: absolute;*/
/* bottom: 0;*/
/* left: 0em;*/
/* width: 402em;*/
/* height: 1px;*/
/* background: linear-gradient(90deg, rgba(201, 225, 255, 0) 0%, #c9e1ff 49.72%, rgba(201, 225, 255, 0) 100%)*/
/*}*/

.my-dep__coming {
  height: 163rem;
  width: 100%;
  max-width: 716rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/img/dep-plague.png") repeat center;
  border-radius: 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.my-dep__plague {
  font-weight: 400;
  font-size: 14em;
  line-height: 120%;

  padding: 12rem 12rem 12rem 44rem;
  background: rgba(28, 55, 80, 1);
  color: rgba(231, 234, 237, 1);
  position: relative;
  border-radius: 16px;
  margin-bottom: 20rem;
}

.my-dep__plague-btn {
  border: 1px solid rgba(231, 234, 237, 0.2);
  box-shadow: 0 0 15px rgba(108, 146, 194, 0.6),
  0 0 30px rgba(108, 146, 194, 0.4),
  0 0 60px rgba(108, 146, 194, 0.2);
  font-weight: 500;
  font-size: 14em;
  line-height: 120%;
  text-transform: uppercase;
  padding: 10rem 20rem;
  color: rgba(231, 234, 237, 1);
  border-radius: 100px;
}

.my-dep__plague svg {
  max-height: 20rem;
  position: absolute;
  top: 12rem;
  left: 12rem;
}


.my-dep__bal {
  border: 1px solid #E7EAED33;
  border-radius: 16px;
  padding: 24rem;
  grid-column: 1/3;
  /*height: 100%;*/
  position: relative;
  background: linear-gradient(80.78deg, rgba(13, 19, 28, 0.2) -32.05%, rgba(13, 19, 28, 0.1) 44.46%, rgba(13, 19, 28, 0.2) 119.44%);
}

.my-dep__bal::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 80em;
  width: 402em;
  height: 2px;
  background: linear-gradient(90deg, rgba(201, 225, 255, 0) 0%, #c9e1ff 49.72%, rgba(201, 225, 255, 0) 100%)
}

.my-dep__bal::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 80em;
  width: 402em;
  height: 2px;
  background: linear-gradient(90deg, rgba(201, 225, 255, 0) 0%, #c9e1ff 49.72%, rgba(201, 225, 255, 0) 100%)
}

.my-dep__bal_row {
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 48em;
}

.my-dep__bal_block {
  position: relative
}

.my-dep__bal_item {
  display: flex;
  gap: 18.5rem;
  min-height: 80px;
}

.dep-wrapper .my-dep__bal_block::after {
  content: "";
  background: url("/img/dep-bg-title.svg") center;
  position: absolute;
  height: 250px;
  width: 450px;
  top: -40px;
  left: -50px;
  background-size: auto 100%;
  background-position: 28px 0;
  z-index: -1;
}

.my-dep__bal-text {
  width: 200rem;
  position: absolute;
  font-family: "Avenir Next LT Pro";
  font-weight: 500;
  font-size: calc(var(--fontSize) * 14);
  line-height: 1;
  color: hsla(0, 0%, 100%, 1);
  bottom: calc(-24rem + -0.5lh);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;

}

.my-dep__bal-text span {
  position: relative;
  text-shadow: 0 0 3px #fff;
  left: -10px;
}

.my-dep__bal-text span:after {
  content: "";
  background: url("/img/glow-arrow.svg") center no-repeat;
  position: absolute;
  width: 17px;
  height: 11px;
  right: -22px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.my-dep__bal-text span svg{
  display: none;
}

.my-dep__bal_shield {
  display: flex;
  align-items: center;
}

/*.swiper-slide{*/
/*    width: 100% !important;*/
/*}*/

.my-dep__bal_item img {
  max-height: 100%;
  position: relative;
  top: 8rem;
}

.my-dep__stats {
  text-align: center;
  max-width: 372rem;
  width: 372rem;
  margin-top: 20rem;
}

.my-dep__stats-item {
  /*width: 120px !important;*/
}

.my-dep__stats-content {
  position: relative;
  max-width: 100%;
}

.my-dep__stats-btn--prev, .my-dep__stats-btn--next {
  color: #fff;
}

.my-dep__stats-btn--prev:after, .my-dep__stats-btn--next:after {
  font-size: 14rem;
}

.my-dep__stats-divider {
  margin: 20rem 0 20rem;
  border: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 25%,
    rgba(255, 255, 255, 0.2) 75%,
    rgba(255, 255, 255, 0) 100%
  ) 1;
}

.my-dep__stats-title {
  background: linear-gradient(90deg, #6C92C2 0%, #AFCAEE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  font-family: "UbuntuSans", sans-serif;
  font-weight: 500;
  font-size: 15em;
  margin-bottom: 8rem;
}

.my-dep__stats-value {
  color: #E7EAED99;
  font-family: "UbuntuSans";
  font-weight: 500;
  font-size: 17em;
}

.my-dep__stats-text {
  font-family: "UbuntuSans";
  font-weight: 400;
  font-size: calc(var(--fontSize) * 14);
  color: #E7EAED80;
  line-height: 120%;
  margin-top: 20rem;
}

.my-dep__fundrise {
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
}

.my-dep__fundrise-title {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  font-family: UbuntuSans;
  font-weight: 500;
  font-size: calc(var(--fontSize) * 24);
  line-height: 120%;
  text-align: center;

  margin-bottom: 12rem;
}

.my-dep__fundrise-text {
  font-family: UbuntuSans;
  font-weight: 400;
  font-size: calc(var(--fontSize) * 16);;
  line-height: 120%;
  color: #E7EAED80;
  text-align: center;
}

.my-dep__fundrise-divider {
  margin: 20rem 0 0;
  border: 1px solid transparent;
  border-image-source: linear-gradient(90deg,
  rgba(255, 255, 255, 0) 0%,
  rgba(255, 255, 255, 0.2) 25%,
  rgba(255, 255, 255, 0.2) 75%,
  rgba(255, 255, 255, 0) 100%
  );
  border-image-slice: 1;
  border-image-repeat: stretch;

}

.cabinet-ecosystem {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  padding-top: 4rem;
}

.cabinet-ecosystem__intro {
  min-height: 170rem;
  display: grid;
  grid-template-columns: 34% 1fr;
  align-items: end;
  gap: 32rem;
  position: relative;
  overflow: hidden;
  background: none;
}

.cabinet-ecosystem__intro::after {
  display: none;
}

.cabinet-ecosystem__copy,
.cabinet-ecosystem__values {
  position: relative;
  z-index: 1;
}

.cabinet-ecosystem__copy {
  align-self: stretch;
  padding: 14rem 0 14rem;
}

.cabinet-ecosystem__copy h2 {
  margin: 0 0 10rem;
  font-family: UbuntuSans;
  font-weight: 500;
  font-size: 28em;
  line-height: 1.2;
  background: linear-gradient(90deg, #6C92C2 0%, #AFCAEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cabinet-ecosystem__copy p {
  max-width: 607rem;
  margin: 0 0 8rem;
  font-family: UbuntuSans;
  font-weight: 400;
  font-size: 15em;
  line-height: 1.45;
  color: rgba(231, 234, 237, .65);
}

.cabinet-ecosystem__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 16rem 0;
  border-top: 1px solid rgba(231, 234, 237, .1);
  border-bottom: 1px solid rgba(231, 234, 237, .1);
}

.cabinet-ecosystem__value {
  min-width: 0;
  display: grid;
  grid-template-columns: 42rem 1fr;
  align-items: start;
  gap: 12rem;
  padding: 0 18rem;
  font-family: UbuntuSans;
}

.cabinet-ecosystem__value + .cabinet-ecosystem__value {
  border-left: 1px solid rgba(231, 234, 237, .1);
}

.cabinet-ecosystem__value-icon,
.cabinet-ecosystem__card-icon {
  width: 42rem;
  height: 42rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(135, 174, 219, .55);
  border-radius: 50%;
  background: rgba(13, 27, 41, .42);
}

.cabinet-ecosystem__value-icon img {
  width: 20rem;
  height: 20rem;
  opacity: .72;
}

.cabinet-ecosystem__value small,
.cabinet-ecosystem__value strong {
  display: block;
}

.cabinet-ecosystem__value small {
  margin: 1rem 0 7rem;
  font-size: 12em;
  font-weight: 500;
  color: rgba(135, 174, 219, .72);
}

.cabinet-ecosystem__value strong {
  font-size: 14em;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(231, 234, 237, .84);
}

.cabinet-ecosystem__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20em;
}

.my-dep__bit.cabinet-ecosystem__card {
  order: initial;
  padding: 18rem 20rem;
  isolation: isolate;
  border-color: rgba(231, 234, 237, .22);
  box-shadow:
    inset 0 1px 0 rgba(175, 202, 238, .06),
    inset 0 0 28rem rgba(71, 119, 163, .035),
    0 8rem 24rem rgba(4, 12, 22, .12);
}

.cabinet-ecosystem__card-art {
  position: absolute;
  z-index: -1;
  width: 48%;
  aspect-ratio: 522 / 753;
  right: 4%;
  bottom: -28%;
  opacity: .24;
  pointer-events: none;
  background-image: url("/img/cabinet-ecosystem-motifs.webp");
  background-repeat: no-repeat;
  background-size: 400% auto;
}

.cabinet-ecosystem__card--prediction .cabinet-ecosystem__card-art {
  background-position: 33.333% center;
}

.cabinet-ecosystem__card--project .cabinet-ecosystem__card-art {
  background-position: 66.666% center;
}

.cabinet-ecosystem__card--exchange .cabinet-ecosystem__card-art {
  background-position: 100% center;
}

.cabinet-ecosystem__card-head {
  display: grid;
  grid-template-columns: 44rem 1fr auto;
  align-items: center;
  gap: 12rem;
  position: relative;
  z-index: 1;
}

.cabinet-ecosystem__card-icon {
  width: 44rem;
  height: 44rem;
  border: 0;
  background: transparent;
}

.cabinet-ecosystem__card-icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  opacity: .92;
}

.cabinet-ecosystem__card h3 {
  margin: 0;
  font-family: UbuntuSans;
  font-weight: 500;
  font-size: 18em;
  line-height: 1.12;
  color: #E7EAED;
}

.cabinet-ecosystem__status {
  align-self: start;
  display: inline-flex;
  align-items: center;
  gap: 5rem;
  padding: 4rem 10rem;
  border-radius: 100px;
  font-family: UbuntuSans;
  font-size: 11em;
  line-height: 1;
  color: rgba(231, 234, 237, .75);
  background: rgba(231, 234, 237, .13);
}

.cabinet-ecosystem__status i {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: currentColor;
}

.cabinet-ecosystem__status--live {
  color: #38d891;
  background: rgba(0, 213, 121, .18);
}

.cabinet-ecosystem__metrics {
  min-height: 47rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16rem;
  align-items: end;
  margin-top: 16rem;
  position: relative;
  z-index: 1;
}

.cabinet-ecosystem__metrics--single {
  grid-template-columns: 1fr;
}

/* Три показателя в карточке Prediction Market: колонки уже, поэтому
   поджимаем зазор и кегль, иначе "+1,248.00" ломается на две строки. */
.cabinet-ecosystem__metrics--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10rem;
}

.cabinet-ecosystem__metrics--triple small {
  font-size: 11em;
  white-space: nowrap;
}

.cabinet-ecosystem__metrics--triple strong {
  font-size: 15em;
  white-space: nowrap;
}

.cabinet-ecosystem__metrics strong.is-up {
  color: #38d891;
}

.cabinet-ecosystem__metrics strong.is-down {
  color: #ff5050;
}

.cabinet-ecosystem__desc {
  min-height: 47rem;
  margin: 16rem 0 0;
  position: relative;
  z-index: 1;
  font-family: UbuntuSans;
  font-size: 15em;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(231, 234, 237, .62);
}

.cabinet-ecosystem__metrics small,
.cabinet-ecosystem__metrics strong {
  display: block;
  font-family: UbuntuSans;
}

.cabinet-ecosystem__metrics small {
  margin-bottom: 5rem;
  font-size: 12em;
  font-weight: 400;
  color: rgba(231, 234, 237, .55);
}

.cabinet-ecosystem__metrics strong {
  font-size: 17em;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(231, 234, 237, .92);
}

.cabinet-ecosystem__link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12rem;
  margin-top: auto;
  padding-top: 12rem;
  position: relative;
  z-index: 1;
  font-family: UbuntuSans;
  font-size: 15em;
  font-weight: 500;
  color: #87AEDB;
  transition: color .2s ease;
}

.cabinet-ecosystem__link span {
  font-size: 20rem;
  line-height: .8;
  transition: transform .2s ease;
}

.cabinet-ecosystem__link:hover {
  color: #AFCAEE;
}

.cabinet-ecosystem__link:hover span {
  transform: translateX(4rem);
}

.cabinet-ecosystem__link--disabled {
  color: rgba(231, 234, 237, .38);
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.cabinet-ecosystem__link--disabled:hover {
  color: rgba(231, 234, 237, .38);
}

.cabinet-ecosystem__link--disabled:hover span {
  transform: none;
}

.dep-wrapper .my-dep__bal_block:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  right: -25px;
  background: #276192
}

.my-dep__bal_name {
  display: grid;
  grid-template-columns:1fr auto;
  gap: 8px;
  font-family: "UbuntuSans", sans-serif;
  font-weight: 400;
  font-size: calc(var(--fontSize) * 16);
  line-height: 1.2;
  text-transform: uppercase;
  background: linear-gradient(to right, rgb(108, 146, 194), rgb(175, 202, 238)) text;
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;

  align-items: start
}

.my-dep__bal_name svg {
  max-height: 20rem;
  cursor: pointer;
}

.my-dep__bal_title {
  margin: 20rem 0 0;
  display: grid;
  grid-template-columns:1fr auto;
  align-items: center;
  gap: .55em;
  max-width: max-content;
  font-family: "UbuntuSans", sans-serif;
  line-height: 1.2;
  color: #E7EAED;
  font-size: calc(var(--fontSize) * 28);
  font-weight: 500;
}

.my-dep__bal_title2 {
  margin: 20rem 0 0;
  display: grid;
  grid-template-columns:1fr auto;
  align-items: center;
  gap: .55em;
  max-width: max-content;
  font-family: "UbuntuSans", sans-serif;
  line-height: 1.2;
  color: #E7EAED;
  font-size: calc(var(--fontSize) * 28);
  font-weight: 500;
}

.my-dep__bal_title > div {
  display: flex;
}

.my-dep__bal_title span {
  font-weight: 500;
  font-size: calc(var(--fontSize) * 47);
}

.my-dep__bal_title a {
  height: .9em;
  display: block;
  margin: auto 0;
  position: relative;
  bottom: 4px;
  margin-left: 20rem;
}

.my-dep__bal_sub {
  margin: 0;
  display: grid;
  grid-template-columns:1fr auto;
  gap: 8px;
  font-family: "UbuntuSans", sans-serif;
  font-weight: 300;
  font-size: calc(var(--fontSize) * 17);
  line-height: 1.2;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, .5);
  align-items: start;
  max-width: max-content;
  align-items: center;
}

.my-dep__bal_sub2 {
  margin: 0;
  display: grid;
  grid-template-columns:1fr auto;
  gap: 8px;
  font-family: "UbuntuSans", sans-serif;
  font-weight: 300;
  font-size: 15em;
  line-height: 1.2;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, .5);
  align-items: start;
  max-width: max-content;
  align-items: center;
}

.my-dep__bal_btn {
  margin: 30em 0 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px
}

.my-dep__bal_btn .btn__blue {
  display: block
}

.my-dep__bal_btn .btn__blue::after {
  content: none
}

.my-dep__slider-wrapper {
  position: relative;
  height: 100%;
}

.my-dep__slider {
  width: 100%;
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-radius: 16px;
  height: 100%;
  align-self: start;
  position: absolute;
}

.my-dep__slider img {
  /*width: 100%;*/
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000
}

.my-dep__slider .swiper-pagination span {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: hsla(0, 0%, 100%, .3)
}

.my-dep__slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #1db7fd 0%, #18f8ff 100%)
}



.my-dep__bit {
  height: 100%;
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-radius: 16em;
  padding: 20em;
  background: linear-gradient(315deg, rgba(13, 27, 41, 0.2) 0%, rgba(13, 27, 41, 0.2) 100%);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  position: relative;
  color: #fff;
  border: 1px solid rgba(231, 234, 237, 0.2);
  order: 3;
}


.my-dep__bit__header {
  margin-bottom: 20rem;
  display: flex;
}

.my-dep__bit__header svg {
  margin-left: auto;
  max-height: 20rem;
}

.my-dep__bit__title {
  font-family: UbuntuSans;
  font-weight: 400;
  font-size: 14em;
  line-height: 120%;
  margin: 0;
  color: #E7EAEDCC;
}

.my-dep__bit__ticker {
  font-family: UbuntuSans;
  font-weight: 400;
  font-size: 16rem;
  line-height: 120%;
  margin: 0;
  color: #E7EAED80;
  margin-left: 8rem;
}

.my-dep__bit__info-grid {
  margin-bottom: 20rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15rem;
}

.my-dep__bit__info-column {
  display: flex;
  flex-direction: column;
}


.my-dep__bit__data-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20rem;
}

.my-dep__bit__data-item--opens,
.my-dep__bit__data-item--closes {
  margin-bottom: 0;
}

.my-dep__bit__data-label {
  font-family: UbuntuSans;
  font-weight: 550;
  font-size: 12em;
  line-height: 120%;
  text-transform: uppercase;
  background: linear-gradient(to right, rgb(108, 146, 194), rgb(175, 202, 238)) text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 4rem;
}

.my-dep__bit__data-value {
  font-family: UbuntuSans;
  font-weight: 500;
  font-size: 14em;
  line-height: 100%;
  letter-spacing: 0%;
  color: #c1c1c1;
}

.my-dep__bit__actions {
  display: flex;
  gap: 15rem;
}

.my-dep__bit__actions button {
  width: 100%;
}

.my-dep__bit__button {
  flex-grow: 1;
  padding: 12rem 20rem;
  border-radius: 8rem;
  font-size: 16em;
  font-weight: 700;
  cursor: pointer;
  border: 2rem solid transparent;
  transition: all 0.2s ease-in-out;
}


.my-dep__bit__button--details {
  color: #000000;
  background: linear-gradient(to right, #b0c4de, #87ceeb);
  border-color: #87ceeb;
}


.my-dep__bit__button--details:hover {
  opacity: 0.9;
  box-shadow: 0 4rem 10rem rgba(135, 206, 235, 0.5); 
}

.my-dep__bit__button--learn-more {
  color: #ffffff;
  background: linear-gradient(to right, #007bff, #00bfff);
  border-color: #00bfff;
}

.my-dep__bit__button--learn-more:hover {
  background: linear-gradient(to right, #1a8aff, #1ad2ff);
  box-shadow: 0 6rem 15rem rgba(0, 191, 255, 0.5);
  transform: translateY(-1rem);
}

.my-dep__bit__footer {
  padding-top: 25rem;
}

.my-dep__bit__coming-soon {
  font-family: UbuntuSans;
  font-weight: 400;
  font-size: 10em;
  line-height: 120%;
  color: #E7EAEDCC;
  margin-bottom: 15rem;
}

.my-dep__bit__logos {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*gap: 12rem;*/
  display: grid;
  grid-template-columns: 28% 15% 31% 13%;
  grid-column-gap: 16rem;
  align-items: center;
}

my-dep__bit__logos img:nth-child(1) {

}

.my-dep__bit__logo {
  max-width: 100%;
  /*flex: 1 1 0;*/
  /*width: 0;*/
  /*object-fit: contain;*/
}


.my-dep__time {
  height: 100%;
  border-radius: 16em;
  padding: 20rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 234, 237, 0.25);
  order: 2;
}


.my-dep__time::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(315deg, rgb(29 42 57 / 35%), rgb(18 40 66 / 55%)), url(/img/time-bg.png) center center no-repeat;

  background-size: cover;
  background-position: center center;

  z-index: 0;
}


.my-dep__time > * {
  position: relative;
  z-index: 1;
}


.my-dep__time_title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 0 20em;
  border-bottom: 1px solid #276192
}

.my-dep__time_title svg {
  max-width: 20em;
  margin-right: 3px;
}

.my-dep__time_title p {
  font-family: "UbuntuSans", sans-serif;
  font-weight: 500;
  font-size: 14em;
  line-height: 1.2;
  color: #E7EAED80
}

.my-dep__time_title p.blue {
  font-weight: 700;
  font-size: 16em;
  /*background: linear-gradient(0deg, #1db7fd 0%, #18f8ff 100%);*/
  background: linear-gradient(90deg, #6C92C2 0%, #AFCAEE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 12px 0 #01499e, 0 0 8px 0 #01499e
}

.my-dep__time_title div {
  display: flex;
  justify-content: center;
  align-items: end
}

.my-dep__time_wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20em;
  margin: 18em 0 9em;
  position: relative
}

.my-dep__time_wrapper > div {
  text-align: center;
}

.my-dep__time_wrapper span {
  display: block;
  margin: 26em 0 0;
  width: 6em;
  height: 6em;
  border-radius: 100%;
  background: linear-gradient(90deg, #6C92C2 0%, #AFCAEE 100%);

}

.my-dep__time_wrapper p {
  font-family: "UbuntuSans", sans-serif;
  font-weight: 700;
  font-size: calc(var(--fontSize) * 44);
  line-height: 1.2;
  background: linear-gradient(90deg, #6C92C2 0%, #AFCAEE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.my-dep__time_wrapper p + p {
  font-weight: 500;
  font-size: 14em;
  text-align: center;
}

.my-dep__time_wrapper::before {
  /*content: "";*/
  /*display: block;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*border-radius: 1000px;*/
  /*width: 398px;*/
  /*height: 134px;*/
  /*filter: blur(100px);*/
  /*box-shadow: 0 0 20px 0 #002375, 0 0 8px 0 #002375, 0 0 5px 0 #002375;*/
  /*background: rgba(22, 96, 155, .4)*/

  content: "";
  background: url("/img/time-bg.png") center;
  z-index: 0;
}

.my-dep__time_row {
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  margin: 20em 0 0
}

.my-dep__time_row p {
  font-family: "UbuntuSans", sans-serif;
  font-weight: 500;
  font-size: 14em;
  line-height: 1.2;
  color: hsla(0, 0%, 100%, .5)
}

.my-dep__time_row p:nth-child(3) {
  text-align: right
}

.my-dep__time_row p:nth-child(2) {
  text-align: center;
  color: #E7EAED;
}

.my-dep__time_line {
  border-radius: 24px;
  background: #3a444f;
  border: 1px solid hsla(0, 0%, 100%, .1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin: 8em 0 0;
  position: relative;
  overflow: hidden;
  height: 10em;
}

.my-dep__time_line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 100px;
  box-shadow: 0 0 10px 0 #01499e, 0 0 20px 0 #01499e;
  background: linear-gradient(90deg, #6C92C2 0%, #AFCAEE 100%);
  box-shadow: 0px 0px 10px 0px #0059A2;
}

.my-dep__time_price {
  margin: 12em 0 0;
  display: grid;
  grid-template-columns:1fr 1fr 1fr
}

.my-dep__time_price p {
  margin: 8px 0 0;
  font-family: "UbuntuSans", sans-serif;
  font-weight: 700;
  font-size: 16em;
  line-height: 1;
  text-align: center;
  color: rgba(231, 234, 237, 1);
}

.my-dep__time_price div {
  position: relative;
  width: max-content;
  border-radius: 0 12px 12px 12px;
  padding: 12em 12em 10em;
  background: linear-gradient(315deg, #0D131C 0%, rgba(13, 19, 28, 0.8) 100%),
  linear-gradient(90deg, #6C92C2 0%, #AFCAEE 100%);
  z-index: 0;
}

.my-dep__time_price div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    148.81deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.my-dep__time_price div p {
  margin: 0;
  font-weight: 400;
  font-size: 13em;
  color: hsla(0, 0%, 100%, .5);
  text-align: left;
  margin-bottom: 4rem;
}

.my-dep__time_price div p + p {
  margin: 4px 0 0;
  font-size: 13em;
  color: #fff
}

.my-dep__time_price div:nth-child(3) {
  border-radius: 12px 0 12px 12px;
  margin: 0 0 0 auto
}

.my-dep__time_price div:nth-child(3) p {
  text-align: right
}

.my-dep__buy {
  height: 100%;
  border-radius: 16px;
  padding: 20em;
  background: linear-gradient(315deg, rgba(13, 27, 41, 0.2) 0%, rgba(13, 27, 41, 0.2) 100%);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid #E7EAED33;
  order: 1;
}

.my-dep__buy_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "UbuntuSans", sans-serif;
  font-weight: 400;
  font-size: calc(var(--fontSize) * 14);
  line-height: 1.2;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, .8)
}

.my-dep__buy_icons {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.my-dep__buy_icons .my-dep__question-mark {
  max-height: 20rem;
}

.my-dep__buy_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  grid-template-rows: 1fr 1fr;
  position: relative;
  margin: 16em 0 0
}

.my-dep__buy_item {
  border: 1.5px solid hsla(0, 0%, 100%, .1);
  border-radius: 16em;
  padding: 12em;
  background: linear-gradient(17deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50.5%, rgba(255, 255, 255, 0.1) 100%)
}

.my-dep__buy_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}

.my-dep__buy_name p {
  font-family: "UbuntuSans", sans-serif;
  font-weight: 600;
  font-size: 13em;
  line-height: 1;
  color: #E7EAED;
}

.my-dep__buy_name p + p {
  font-weight: 400;
  color: hsla(0, 0%, 100%, .5)
}

.my-dep__buy_name p + p span {
  color: #fff
}

.my-dep__buy_row {
  margin: 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: end
}

.my-dep__buy_sum {
  font-family: UbuntuSans;
  font-weight: 600;
  font-size: 20em;
  line-height: 1;
  color: rgba(231, 234, 237, 1);
}

.my-dep__buy_val {
  border-radius: 100px;
  padding: 2rem;
  background: hsla(0, 0%, 100%, .2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "UbuntuSans", sans-serif;
  font-weight: 500;
  /*font-size: 16em;*/
  line-height: 1.2;
  color: #fff
}

.my-dep__buy_val svg, .my-dep__buy_val img {
  max-height: 24rem;
}

.my-dep__buy_val p {
  margin: 0 0.104vw 0 0.416vw;
  font-family: UbuntuSans;
  font-weight: 500;
  font-size: calc(var(--fontSize) * 14);
  line-height: 0;
  color: rgba(231, 234, 237, 1);
}

.my-dep__buy_trans {
  position: absolute;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 8px;
  background: linear-gradient(315deg, #0d1b29 0%, rgba(13, 27, 41, 0.8) 100%);
  width: 40em;
  height: 40em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.my-dep__buy_trans svg {
  max-width: 20rem;
}

.my-dep__buy_sub {
  margin: 8px 0 auto;
  font-family: "UbuntuSans", sans-serif;
  font-weight: 400;
  font-size: 14em;
  line-height: 1.2;
  color: rgba(231, 234, 237, 0.5);
  text-align: center
}

.my-dep__buy_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12rem;
}

.my-dep__buy .btn__blue {
  margin: 1.249vw 0 0;
  width: 100%;
  display: block;
  padding: 0.729vw
}

.my-dep__buy .btn__blue::after {
  content: none
}

.my-dep__btn-afk, .my-dep__btn-sec {
  border-radius: 50px;
  padding: 10rem 40rem;
  border: none;
  background: linear-gradient(90deg, #6C92C2 0%, #AFCAEE 100%);

  font-family: UbuntuSans;
  font-weight: 500;
  font-size: 14em;
  line-height: 1;
  letter-spacing: 0%;
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-dep__btn-afk::before {
  border-radius: 50px;
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: linear-gradient(81deg, rgba(13, 19, 28, 0) 43.38%, #0059A2 100%);
  z-index: -1;
  transition: all .3s;
}

.my-dep__btn-afk:hover {
  color: #000
}

.my-dep__btn-afk:hover::after {
  opacity: 1;
  filter: invert(1)
}

.my-dep__btn-afk:hover::before {
  transform: scale(1)
}

.my-dep__btn-sec {
  background: linear-gradient(81deg, rgb(45 57 75 / 52%) 43.38%, #192e3e 100%);
  color: rgba(231, 234, 237, 1);
  border: 1px solid rgba(231, 234, 237, 0.2)
}


.footer-made {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.footer-made__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #e6eef7;
}

.my-dep__footer__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(230, 238, 247, 0.6);
}

.ch-flag {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.my-dep__footer {
  background: linear-gradient(80.78deg, rgba(13, 19, 28, 0.2) -32.05%, rgba(13, 19, 28, 0.1) 44.46%, rgba(13, 19, 28, 0.2) 119.44%);
  padding: 20rem 60rem;
  border-radius: 24rem;
  color: #ffffff;
  font-family: sans-serif;
  backdrop-filter: blur(20px);
  border: 1.5px solid rgba(231, 234, 237, 0.2);
  position: relative;
  font-family: UbuntuSans;
}

.my-dep__footer__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.my-dep__footer__nav {
  display: flex;
  gap: 40rem;
}

.my-dep__footer__nav:first-of-type {
  margin-right: 110rem;
}

.my-dep__footer__nav:last-of-type {
  margin-left: 110rem;
}

.my-dep__footer__column {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.my-dep__footer__title {
  font-weight: 400;
  font-size: 14em;
  line-height: 120%;
  font-variant: small-caps;
  color: rgba(231, 234, 237, 0.6);
  margin: 0;
}

.my-dep__footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.my-dep__footer__link {
  font-weight: 400;
  font-size: 13em;
  line-height: 100%;
  color: rgb(231 234 237 / 29%);
  text-decoration: none;
}

.my-dep__footer__link:hover {
  opacity: 1;
}

.my-dep__footer__info {
  text-align: center;
  margin-top: -1rem;
}

.my-dep__footer__origin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  font-weight: bold;
  margin-bottom: 20rem;
}

.my-dep__footer__origin-text {
  font-weight: 500;
  font-size: 15em;
  line-height: 120%;
  text-align: center;
  font-variant: small-caps;
}

.my-dep__footer__flag {
  width: 20rem;
  height: auto;
}

.my-dep__footer__copyright,
.my-dep__footer__rights {
  font-weight: 400;
  font-size: 13em;
  line-height: 100%;
  text-align: center;
  color: rgba(231, 234, 237, 0.5);
  margin: 4rem 0;
}

@media (max-width: 1366px) {
  .my-dep__plague {
    font-size: 16em;
  }

  .cabinet-ecosystem__value {
    grid-template-columns: 36rem 1fr;
    gap: 9rem;
    padding: 0 12rem;
  }

  .cabinet-ecosystem__value-icon {
    width: 36rem;
    height: 36rem;
  }

  .cabinet-ecosystem__value strong {
    font-size: 12em;
  }
}

@media (max-width: 1150px) {
  .my-dep {
    grid-template-columns:1fr
  }

  .my-dep__bal {
    grid-column: auto
  }

  .my-dep__bal_row {
    grid-template-columns:1fr;
    gap: 30px
  }

  .my-dep__bal_block:nth-child(1)::before {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: -16px
  }

  .cabinet-ecosystem__intro {
    grid-template-columns: 1fr;
    gap: 12rem;
  }

  .cabinet-ecosystem__copy {
    padding-bottom: 0;
  }

  .cabinet-ecosystem__values,
  .cabinet-ecosystem__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cabinet-ecosystem__value:nth-child(3) {
    border-left: 0;
  }

  .cabinet-ecosystem__value:nth-child(n + 3) {
    margin-top: 14rem;
    padding-top: 14rem;
    border-top: 1px solid rgba(231, 234, 237, .1);
  }
}

@media (min-width: 1920px) {
  .my-dep__time::before {
    height: 100%;
  }

  .my-dep__fundrise-title {
    font-size: 18em;
  }

  .my-dep__fundrise-text {
    font-size: 15em;
  }

  .my-dep__slider img{
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .my-dep__stats-btn--prev {
    left: 0;
  }

  .my-dep__stats-btn--next {
    right: 0;
  }
}

@media (min-width: 2400px) {
  .dep-wrapper .my-dep__bal_block::after {
    height: 250rem;
    width: 450rem;
    top: -25px;
    left: -48px;
  }
}

@media (max-width: 1920px) {
  .my-dep__buy_item {
    paddding: 14em;
  }
}

@media (max-width: 1024px) {
  .dep-wrapper .my-dep__bal_block:nth-child(1)::before,
  .my-dep__bal::after,
  .my-dep__fundrise-divider,
  .my-dep__footer,
  .my-dep__bal::before {
    display: none
  }

  .my-dep{
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border: none;
  }

  .cabinet-ecosystem {
    gap: 12rem;
    padding-top: 12rem;
  }

  .cabinet-ecosystem__intro {
    padding: 16rem;
    border: 1px solid rgba(231, 234, 237, .2);
    border-radius: 16px;
  }

  .cabinet-ecosystem__copy {
    padding-top: 0;
  }

  .cabinet-ecosystem__copy h2 {
    font-size: 24em;
  }

  .cabinet-ecosystem__values {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .my-dep__bit.cabinet-ecosystem__card {
    padding: 16rem;
  }

  .my-dep__bal_title{
    font-size: 24em;
  }

  .my-dep__bal_title span{
    font-size: 32rem;
  }

  .my-dep__bal_name{
    font-weight: 400;
    font-size: 12em;
  }

  .my-dep__time_title{
    padding-bottom: 12rem;
  }

  .my-dep__stats-divider{
    margin: 12rem 0 12rem;
  }

  .my-dep__top {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .my-dep__fundrise-title {
    font-size: 18em;
  }

  .my-dep__fundrise-text{
    font-size: 12em;
  }

  .my-dep__slider-wrapper {
    height: auto;
    min-height: 220rem;
    aspect-ratio: 16/9;
  }

  .my-dep__slider {
    inset: 0;
    height: 100%;
  }

  .my-dep__slider .swiper-wrapper,
  .my-dep__slider .swiper-slide {
    height: 100%;
  }

  .my-dep__bal{
    padding: 19rem;
  }

  .my-dep__bal-text {
    width: auto;
    bottom: -40px;
  }

  .my-dep__bal-text span{
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    left: initial;
  }

  .my-dep__bal-text span svg{
    margin-left: 10rem;
    display: block;
  }

  .my-dep__bal-text span:before{
    content: "";
    position: absolute;
    width: 24%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transform: rotate(180deg);
  }

  .my-dep__bal-text span:after{
    content: "";
    position: absolute;
    width: 24%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }

  .my-dep__time_title svg{
    max-height: 22rem;
  }

  .my-dep__time_wrapper{
    margin-bottom: 0;
  }

  .my-dep__time_wrapper p{
    font-size: 32em;
  }

  .my-dep__time_wrapper p + p{
    font-size: 10px;
  }

  .my-dep__bottom {
    grid-template-columns: 1fr;
    gap: 8rem;
  }

  .my-dep__bit__data-value{
    font-size: 12em;
  }

  .my-dep__bit__data-item{
    margin-bottom: 12rem;
  }

  .my-dep__bit__info-grid{
    margin-bottom: 0;
  }

  .my-dep__buy_wrapper{
    margin-top: 16rem;
  }

  .my-dep__bit__footer{
    padding-top: 16rem;
  }

  .my-dep__bit__coming-soon{
    margin-bottom: 8rem;
  }

  .my-dep__bit__ticker {
    font-size: 16rem;
  }

  .my-dep__bal_row{
    gap: 70px;
  }

  .my-dep__time{
    order: 1;
    padding: 16rem;
  }

  .my-dep__bit{
    order: 3;
    padding: 16rem;
  }

  .my-dep__buy{
    order: 2;
    padding: 16rem;
  }

  .my-dep__stats{
    width: 360rem;
  }

  .swiper-button-prev{
    left: 0 !important;
  }

  .swiper-button-next{
    right: 0 !important;
  }

  .my-dep__stats-content .my-dep__stats-btn--prev,
  .my-dep__stats-content .my-dep__stats-btn--next {
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .my-dep__stats-content .my-dep__stats-btn--prev{
    left: -12px !important;
  }

  .my-dep__stats-content .my-dep__stats-btn--next{
    right: -12px !important;
  }

  .my-dep__stats-content .my-dep__stats-btn--prev::after,
  .my-dep__stats-content .my-dep__stats-btn--next::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    font-size: 0;
    line-height: 1;
  }

  .my-dep__stats-content .my-dep__stats-btn--prev::after {
    transform: rotate(-135deg);
  }

  .my-dep__stats-content .my-dep__stats-btn--next::after {
    transform: rotate(45deg);
  }

  .my-dep__bal-text{
    font-size: 14em;
  }

  .my-dep__buy_val p{
    font-size: 14em;
  }

  .my-dep__buy_title{
    font-size: 14em;
  }

  .my-dep__bal_sub{
    font-size: 17em;
  }

  .my-dep__stats-text{
    font-size: 14em;
  }
}

@media (min-width: 550px) and (max-width: 1024px) {
  .cabinet-ecosystem__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .my-dep__bal-text span:after, .my-dep__bal-text span:before{
    width: 30%;
  }
}

@media (max-width: 549px) {
  .cabinet-ecosystem__values,
  .cabinet-ecosystem__cards {
    grid-template-columns: 1fr;
  }

  .cabinet-ecosystem__value,
  .cabinet-ecosystem__value:nth-child(3) {
    border-left: 0;
  }

  .cabinet-ecosystem__value:nth-child(n + 2) {
    margin-top: 12rem;
    padding-top: 12rem;
    border-top: 1px solid rgba(231, 234, 237, .1);
  }
}
