.left_menu_header .left_menu_payment_bar {
  display: flex;
  width: 100%;
  margin: 14px 0 0;
  border-top: 3px solid var(--secondary_color, #662d91);
  background: var(--quinary_color, #00accd);
  box-sizing: border-box;
}

.left_menu_payment_bar__item {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-sizing: border-box;
}

.left_menu_payment_bar__item + .left_menu_payment_bar__item {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.left_menu_payment_bar__item:active {
  background: rgba(0, 0, 0, 0.08);
}

.left_menu_payment_bar__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_menu_payment_bar__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.left_menu_payment_bar__label {
  white-space: nowrap;
}

@media (max-width: 360px) {
  .left_menu_payment_bar__item {
    font-size: 11px;
    gap: 6px;
    padding: 10px 4px;
  }

  .left_menu_payment_bar__icon {
    width: 18px;
    height: 18px;
  }
}
