.fees-section-vnf9 {
  width: calc(100% - 16px);
  max-width: 1920px;
  margin: 8px auto;
  box-sizing: border-box;
  position: relative;
}

.fees-vnf9 {
  display: flex;
  flex-direction: row;
  background-color: #282834;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: calc(100vh - 76px);
}

.fees__image-col-vnf9 {
  flex: 1;
  padding: 8px 0 8px 8px;
  display: flex;
  min-width: 0;
}

.fees__image-vnf9 {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 0;
}

.fees__image-vnf9 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fees__content-vnf9 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.fees__title-block-vnf9 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}

.fees__title-vnf9 {
  margin: 0;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings: 'ss04' on, 'case' on;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.88px;
  color: #ffffff;
  max-width: 650px;
}

.fees__tabs-vnf9 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fees__tab-vnf9 {
  height: 48px;
  padding: 0 20px;
  border-radius: 9999px;
  border: 1px solid #d0d4e6;
  background-color: transparent;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}

.fees__tab--active-vnf9 {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #282834;
}

.fees__numbers-block-vnf9 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}

.fees__numbers-row-vnf9 {
  display: flex;
}

.fees__item-vnf9 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fees__label-vnf9 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  font-feature-settings: 'case' on;
}

.fees__value-clip-vnf9 {
  overflow: hidden;
}

.fees__value-vnf9 {
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings: 'ss04' on, 'case' on;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -1.92px;
  color: #ffffff;
  display: block;
}

.fees-slot-vnf9 {
  display: inline-flex;
  align-items: flex-start;
}

.fees-slot__col-vnf9 {
  overflow: hidden;
  height: 46.08px;
}

.fees-slot__inner-vnf9 {
  display: flex;
  flex-direction: column;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fees-slot__inner-vnf9 span {
  display: block;
  height: 46.08px;
  line-height: 46.08px;
  text-align: center;
}

.fees-slot__sep-vnf9 {
  display: inline-block;
}

.fees__btn-vnf9 {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  height: 48px;
  padding: 2px 24px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-start;
  white-space: nowrap;
  transition: background-color 0.18s ease-out;
}

.fees__btn-vnf9:hover {
  background-color: rgba(255, 255, 255, 0.18);
}

.fees-modal-overlay-vnf9 {
  position: fixed;
  inset: 0;
  background-color: rgba(40, 40, 52, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fees-modal-overlay--open-vnf9 {
  opacity: 1;
  visibility: visible;
}

.fees-modal-sheet-vnf9 {
  position: fixed;
  inset: 48px;
  background-color: #ffffff;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
  display: flex;
  flex-direction: column;
  z-index: 901;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  box-sizing: border-box;
}

.fees-modal-sheet--open-vnf9 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.fees-modal__header-vnf9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 40px;
  flex-shrink: 0;
}

.fees-modal__header-content-vnf9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.fees-modal__title-vnf9 {
  margin: 0;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings: 'ss04' on, 'case' on;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.92px;
  color: #282834;
}

.fees-modal__desc-vnf9 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #646587;
}

.fees-modal__close-vnf9 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  background-color: #e9f1ff;
  color: #282834;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.18s ease-out;
}

.fees-modal__close-vnf9:hover,
.fees-modal__close-vnf9:focus-visible {
  opacity: 0.8;
  outline: none;
}

.fees-modal__body-vnf9 {
  flex: 1;
  overflow-y: auto;
  padding: 0 40px 40px;
  scrollbar-width: none;
}

.fees-modal__body-vnf9::-webkit-scrollbar {
  display: none;
}

.fees-modal__scroll-vnf9 {
  height: 100%;
}

.fees-modal__table-vnf9 {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: #282834;
  table-layout: fixed;
}

.fees-modal__table-vnf9 thead th {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #282834;
  text-align: left;
  padding: 8px 12px;
  white-space: nowrap;
}

.fees-modal__table-vnf9 thead th.fees-modal__col-promo-vnf9 {
  color: #1f8923;
}

.fees-modal__table-vnf9 tbody tr {
  background-color: #ffffff;
}

.fees-modal__table-vnf9 tbody tr:nth-child(even) {
  background-color: #f5f5f8;
}

.fees-modal__table-vnf9 tbody td {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #282834;
  padding: 10px 12px;
  white-space: nowrap;
  text-align: left;
}

.fees-modal__table-vnf9 tbody td:first-child {
  font-weight: 600;
  padding-left: 24px;
  padding-right: 24px;
}

.fees-modal__table-vnf9 tbody td.fees-modal__cell-promo-vnf9 {
  color: #1f8923;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .fees-vnf9 {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .fees__image-col-vnf9 {
    padding: 0 8px 8px;
    order: 1;
  }

  .fees__image-vnf9 {
    aspect-ratio: 1 / 1;
  }

  .fees__content-vnf9 {
    order: 0;
    flex: none;
    justify-content: flex-start;
  }

  .fees__title-block-vnf9 {
    padding: 24px;
    gap: 24px;
  }

  .fees__title-vnf9 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .fees__tabs-vnf9 {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fees__tabs-vnf9::-webkit-scrollbar {
    display: none;
  }

  .fees__tab-vnf9 {
    height: 40px;
    padding: 0 16px;
    flex-shrink: 0;
  }

  .fees__numbers-block-vnf9 {
    padding: 0 24px;
    gap: 0;
  }

  .fees__numbers-row-vnf9 {
    flex-direction: column;
  }

  .fees__item-vnf9 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 0;
    flex: none;
  }

  .fees__item-vnf9:last-child {
    border-bottom: none;
  }

  .fees__label-vnf9 {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }

  .fees__value-clip-vnf9 {
    display: flex;
    justify-content: flex-end;
  }

  .fees__value-vnf9 {
    font-size: 40px;
    letter-spacing: -1.6px;
    text-align: right;
  }

  .fees-slot__col-vnf9 {
    height: 38px;
  }

  .fees-slot__inner-vnf9 span {
    height: 38px;
    line-height: 38px;
  }

  .fees__btn-vnf9 {
    width: 100%;
    margin: 16px 0 24px;
    height: 40px;
    padding: 2px 16px;
  }

  .fees-modal-sheet-vnf9 {
    inset: auto 0 0 0;
    height: 80vh;
    max-height: none;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    box-shadow: none;
  }

  .fees-modal-sheet--open-vnf9 {
    transform: translateY(0);
  }

  .fees-modal__header-vnf9 {
    position: relative;
    flex-direction: column;
    gap: 8px;
    padding: 24px 64px 24px 24px;
  }

  .fees-modal__title-vnf9 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .fees-modal__close-vnf9 {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
  }

  .fees-modal__body-vnf9 {
    overflow: hidden;
    padding: 0;
  }

  .fees-modal__scroll-vnf9 {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 24px;
    scrollbar-width: none;
  }

  .fees-modal__scroll-vnf9::-webkit-scrollbar {
    display: none;
  }

  .fees-modal__table-vnf9 {
    width: auto;
  }

  .fees-modal__table-vnf9 th,
  .fees-modal__table-vnf9 td {
    width: 104px;
    min-width: 104px;
  }

  .fees-modal__table-vnf9 thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #ffffff;
  }

  .fees-modal__table-vnf9 thead th:first-child {
    left: 0;
    z-index: 5;
    background-color: #ffffff;
    box-shadow: 4px 0 0 0 #ffffff, 8px 0 12px -4px rgba(0, 0, 0, 0.1);
  }

  .fees-modal__table-vnf9 tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    background-color: #ffffff;
    box-shadow: 4px 0 0 0 #ffffff, 8px 0 12px -4px rgba(0, 0, 0, 0.1);
  }

  .fees-modal__table-vnf9 tbody tr:nth-child(even) td:first-child {
    background-color: #f5f5f8;
    box-shadow: 4px 0 0 0 #f5f5f8, 8px 0 12px -4px rgba(0, 0, 0, 0.1);
  }
}
