// ============================================================================
// :: HEADER
// ============================================================================
.o-header {
	position: relative;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

// ============================================================================
// :: Elements
// ============================================================================

.o-header__logo {
	margin-right: auto;

	background-color: yellow;
}

.o-header__language-list {
	display: flex;
}

.o-header__language-list__item {
	list-style: none;
}

// ============================================================================
// :: Modifiers
// ============================================================================
