.finance-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3.81vw, 4.8rem);
}
.finance-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.finance-list__inner .finance-list__value:last-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.finance-list__inner .finance-list__value:last-of-type * {
  text-align: right;
}
@media (max-width: 425px) {
  .finance-list__inner .finance-list__value:last-of-type {
    white-space: nowrap;
  }
}
.finance-list__col {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.finance-list__col.open {
  max-height: 500px !important;
}
.finance-list__col:not(:last-of-type):before {
  content: "";
  background: var(--br-a);
  right: calc(clamp(12px, 1.905vw, 24px) * -1);
  height: 100%;
  top: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 1px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .finance-list__col:not(:last-of-type):before {
    content: none;
  }
}
@media (max-width: 768px) {
  .finance-list__col:not(:first-of-type):after {
    content: "";
    background: var(--br-a);
    position: absolute;
    z-index: -1;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    top: 12px;
  }
}
@media (max-width: 768px) {
  .finance-list__col:not(:first-of-type) .finance-list__inner:first-of-type {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .finance-list__col:not(:first-of-type) {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
}
@media (max-width: 768px) {
  .finance-list__col {
    overflow: hidden;
  }
}
.finance-list__value {
  color: rgba(var(--cl-b), 0.95);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 24px;
}
.finance-list__value b {
  color: rgba(var(--cl-b), 0.95);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.15px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .finance-list__value b {
    font-size: 14px;
  }
}
.finance-list__value i {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(var(--cl-k), 1);
}
.finance-list__value i.sprite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.finance-list__value svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .finance-list__value svg {
    width: 18px;
    height: 18px;
  }
}
.finance-list__value.red i {
  color: rgba(var(--cl-j), 1);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .finance-list__value {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .finance-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: initial;
  }
}
.finance-section {
  background: rgba(var(--bg-k), 1);
  padding-bottom: clamp(24px, 3.81vw, 48px);
  margin-bottom: clamp(24px, 3.81vw, 48px);
}
.finance-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 33px;
  overflow: hidden;
  padding: clamp(16px, 1.587vw, 20px);
  border-radius: 12px;
  background: rgba(var(--bg-a), 1);
}
.finance-section__box .main-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6px auto 0;
  width: 100%;
}
@media (min-width: 769px) {
  .finance-section__box .main-link {
    display: none;
  }
}
.finance-section__item.open .finance-list__col {
  max-height: 500px !important;
}
@media (max-width: 768px) {
  .finance-section__content {
    position: relative;
    z-index: 1;
  }
  .finance-section__content:before {
    content: "";
    background: var(--br-a);
    left: 0;
    top: -16.5px;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }
}
.finance-section__title {
  color: rgba(var(--bg-b), 0.95);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.finance-section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(8px, 0.794vw, 10px);
}
.finance-section__btn {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  border: solid 1px transparent;
  color: rgba(var(--bg-b), 0.58);
  text-align: center;
  font-family: var(--second-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: 0.1px;
}
.finance-section__btn:hover {
  background: rgba(var(--bg-f), 1);
  border-color: rgba(var(--bg-f), 1);
  color: rgba(var(--bg-a), 1);
}
.finance-section__btn.active {
  border-color: rgba(var(--bg-f), 1);
  color: rgba(var(--bg-f), 1);
  pointer-events: none;
}
.finance-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  gap: 16px;
}
.finance-section__top:before {
  content: "";
  background: var(--br-a);
  left: 0;
  bottom: -16.5px;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .finance-section__top:before {
    content: none;
  }
}
@media (max-width: 768px) {
  .finance-section__top {
    width: calc(100% + 32px);
    margin-left: -16px;
    overflow: auto;
    padding: 0 16px;
  }
}
.main-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: rgba(var(--cl-c), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 46px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  padding: 0 14px;
  margin-right: 3px;
}
.main-link::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: inherit;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background: rgba(73, 69, 79, 0.08);
}
.main-link svg,
.main-link img {
  width: 18px;
  height: 18px;
}
.main-link:hover::before {
  opacity: 1;
}
.main-link:disabled {
  opacity: 0.6;
  pointer-events: none;
}

.logo {
  width: 101px;
  height: 36px;
}
.logo svg,
.logo img {
