.header {
  background: $c-blue;

  &__container {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }

  &__left {
    display: flex;
    align-items: center;
  }

  &__right {
    display: flex;
    align-items: center;
  }

  &__menu {
    margin-right: 7px;
  }

  &__logo {
    margin-right: 7px;
  }

  &__age {
    margin-right: 9px;
  }
}