.footer-part, .footer-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-divider {
  border: 0;
  height: 0;
  border-top: thin solid;
  border-top-color: rgba(255, 255, 255, 0.5);
}

.footer {
  flex: 1 1 auto;
}

.footer-row {
  justify-content: space-between;
  flex: 1 1 auto;
  padding-bottom: 8px;
}

.footer-part--begin {
  justify-content: flex-begin;
}

.footer-part---middle {
  justify-content: center;
  width: 100%;
}

.footer-part--end {
  justify-content: flex-end;
}

.footer-part--hide {
  overflow: hidden;
}

.footer-part--show {
  overflow: auto;
}

.footer-elem--symbol {
  padding-right: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-elem--flag {
  padding-right: 16px;
}

.footer-elem--title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.25rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  color: rgba(255, 255, 255, 0.7);
}

.footer-elem--subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: 1.5rem;
  /* @alternate */
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: 0.03125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body1-text-transform, inherit);
  color: rgba(255, 255, 255, 0.7);
}

.footer-elem--text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  color: rgba(255, 255, 255, 0.7);
}

/* Phone */
@media (max-width: 479px) {
  .footer-divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
/* Tablet */
@media (max-width: 839px) and (min-width: 480px) {
  .footer-divider {
    margin-top: 16px;
    margin-bootm: 16px;
  }
}
/* Desktop */
@media (min-width: 840px) {
  .footer-divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=footer.css.map */
